Gast
#844475
Hallo ich bekomme mit dem AVR-GCC beim Linken Error-Meldungen die ich nicht zuordnen kann. Ich benutz den STK500 mit dem AVR Studio und den ATmega48 Controller. Anbei die Fehlermeldung, Fehler mit ERROR gekennzeichnet. Build started 16.4.2008 at 16:34:15 avr-gcc.exe -mmcu=atmega48 -Wall -gdwarf-2 -O2 -funsigned-char -MD -MP -MT main.o -MF dep/main.o.d -c ../main.c avr-gcc.exe -mmcu=atmega48 -Wall -gdwarf-2 -O2 -funsigned-char -MD -MP -MT uart0.o -MF dep/uart0.o.d -c ../uart0.c ERROR avr-gcc.exe -mmcu=atmega48 main.o uart0.o -o Fill_Stop.elf ERROR avr-objcopy -O ihex -R .eeprom Fill_Stop.elf Fill_Stop.hex ERROR avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O ihex Fill_Stop.elf Fill_Stop.eep || exit 0 AVR Memory Usage ---------------- Device: atmega48 Program: 594 bytes (14.5% Full) (.text + .data + .bootloader) Data: 14 bytes (2.7% Full) (.data + .bss + .noinit) Build failed with 3 errors and 0 warnings... Wenn ich nach dem Übersetzen mit den Fehlermeldungen das File dann programmiere tuts. Vielleicht weiss ja jemand Rat! gruß tom