Gast
#712811
Guten Morgen Ich habe mit dem 2006er Compiler aus einem Programm ein hex-File erzeugt und dabei folgendes erhalten ... 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 ... >Process Exit Code: 0 ... Das war alles super und hat auf anhieb funktioniert. Als ich das selbe Projekt... wirklich nichts verändert ... mit dem Winavr-20070525 compiliert habe, stand da folgendes: 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-20070525\bin\avr-objcopy.exe: there are no sections to be copied! c:\WinAVR-20070525\bin\avr-objcopy.exe: --change-section-lma .eeprom=0x00000000 never used make.exe: [main.eep] Error 1 (ignored) ... >Process Exit Code: 0 ... Erstmal nicht schlimm dachte ich,da ja ">Process Exit Code: 0", aber das Programm verhielt sich anders. Der MCP2515, den ich über die SPI ansprach, will plötzlich nicht mehr mit dem Atmel reden. Was kann ich tun? Was sagt mir diese Fehlermeldung? Danke