nee, aber wenigstens hat sich die Fehlermeldung schon mal geändert:
linux:/home/mathias/makefile und load/roboterarm steuerung # make
avr-gcc -g -mmcu=atmega32 -Wall -Wstrict-prototypes -Os -mcall-prologues -lm -Os -c test.c -lm
test.c:42:2: warning: no newline at end of file
avr-gcc: -lm: linker input file unused because linking not done
avr-gcc: -lm: linker input file unused because linking not done
avr-gcc -g -mmcu=atmega32 -Wall -Wstrict-prototypes -Os -mcall-prologues -lm -o test.out -Wl,-Map,test.map test.o
test.o: In function `main':
/home/mathias/makefile und load/roboterarm steuerung/test.c:21: undefined reference to `dtostrf'
make: *** [test.out] Fehler 1