Gast
#618046
Hallo leute, ich hab ein ziemliches problem. Ich bekomme einfach das programm nicht in meinem selbstgebaute Platine rein. Ich benutze WINAVR als Entwicklungsumgebung und ATMEGA8 µC. Ich verwende STK200 und lpt1 anschluss an dem pc. Es kommen solche meldungen: reating load file for EEPROM: main.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 --no-change-warnings -O ihex main.elf main.eep || exit 0 d:\WinAVR\bin\avr-objcopy.exe: there are no sections to be copied! avrdude -p atmega8 -P lpt1 -c stk200 -U flash:w:main.hex avrdude: AVR device not responding avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. avrdude done. Thank you. make.exe: *** [program] Error 1 > Process Exit Code: 2