Hab noch ne Frage: Wenn ich in dem .c-File was ändere und versuche es neu zu kompilieren kommt das hier:
linux:/home/mathias/makefile und load/roboterarm steuerung # make all

-------- begin --------
avr-gcc (GCC) 4.0.2
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Size before:
falke.elf :
section size addr
.text 3788 0
.data 38 8388704
.bss 19 8388742
.noinit 0 8388761
.eeprom 0 8454144
.stab 7008 0
.stabstr 3505 0
.debug_aranges 20 0
.debug_pubnames 440 0
.debug_info 780 0
.debug_abbrev 216 0
.debug_line 710 0
.debug_str 415 0
Total 16939




Compiling: falke.c
avr-gcc -c -mmcu=atmega32 -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=falke.lst -std=gnu99 -MD -MP -MF .dep/falke.o.d falke.c -o falke.o
falke.c:1: error: target system does not support the "dwarf-2" debug format
make: *** [falke.o] Fehler 1
Was zum Henker soll das?

mfg
jagdfalke