makefile:182: Uhr.d: No such file or directory set -e; avr-gcc -MM -g -Os -funsigned-char -funsigned-bitfields fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=Uhr.lst -mmcu=at902313 Uhr... |sed`s/\(Uhr\)\.o[:]*/\1.o Uhr.d : /g`>Uhr.d;\ [-s Uhr.d] || rm -f Uhr.d -------- begin -------- avr-gcc --version avr-gcc (GCC) 3.3 20030310 (prerelease) Copyright (C) 2002 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: avr-size: Uhr.hex:No such file or directory make.exe: [sizebefore] Error 1 (ignored) avr-gcc -c -g -Os -funsigned-bitfields fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=Uhr.lst -mmcu=at902313 -I. Uhr.c -o U... avr-gcc -WI,-Map=Uhr.map,--cref -mmcu=at90s2313 Uhr.o -lm --output Uhr.elf avr-objcopy -O srec -R .eeprom Uhr.elf Uhr.hex avr-objdump -h -S Uhr.elf > Uhr.lss objtool loadelf Uhr.elf mapfile Uhr.map writecof Uhr.cof Size after: text data bss dec hex filename 0 370 0 370 172 Uhr.hex -------- end -------- Errors detected during link stage Stopped