Hi, anscheinend sind wirklich zwei Projekte aneinander geraten. Jetzt funktionierts.

Kannst du mir sagen wo ic hdei Hex-Datei finde? In dnem Projektordner finde ich nur die .c-Datei.

rm -rf FH.o FH.elf dep/* FH.hex FH.eep
Build succeeded with 0 Warnings...
avr-gcc.exe -mmcu=atmega16 -Wall -gdwarf-2 -O0 -MD -MP -MT FH.o -MF dep/FH.o.d -c ../FH.c
avr-gcc.exe -mmcu=atmega16 FH.o -o FH.elf
avr-objcopy -O ihex -R .eeprom FH.elf FH.hex
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O ihex FH.elf FH.eep || exit 0



Build started 27.3.2008 at 13:02:50

AVR Memory Usage
----------------
Device: atmega16

Program: 174 bytes (1.1% Full)
(.text + .data + .bootloader)

Data: 0 bytes (0.0% Full)
(.data + .bss + .noinit)


Build succeeded with 0 Warnings...

EDIT:/ Hab sie gefunden. Sind nur sbi outp un cbi betroffen oder gibt es noch weitere Befhele die AVR GCC nicht mehr unterstützt. Kann man das irgendwo nachlesen?

Mfg