Gast
#575736
Hallo Wenn ich den AVR Programmieren will kommt folgende Fehlermeldung > "make.exe" program Creating load file for EEPROM: main.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 -O ihex main.elf main.eep c:\WinAVR\bin\avr-objcopy.exe: there are no sections to be copied! c:\WinAVR\bin\avr-objcopy.exe: --change-section-lma .eeprom=0x00000000 never used make.exe: [main.eep] Error 1 (ignored) avrdude -p atmega128 -P lpt1 -c stk200 -y -U flash:w:main.hex avrdude: can't open device "giveio" avrdude: failed to open parallel port "lpt1" make.exe: *** [program] Error 1 > Process Exit Code: 2 Was bedeutet das??? Danke