D:\test\foo\nix>make make depend make[1]: Entering directory `D:/test/foo/nix' if grep '^# DO NOT DELETE' Makefile >/dev/null; \ then \ sed -e '/^# DO NOT DELETE/,$d' Makefile > \ Makefile.$$ && \ mv -f Makefile.$$ Makefile; \ fi echo '# DO NOT DELETE THIS LINE -- make depend depends on it.' \ >> Makefile; \ avr-gcc -MM -mmcu=attiny2313 -DF_CPU=16000000UL ../main.c ../Base.c ../SegDisp. c ../SPI.c Makefile >> Makefile avr-gcc.exe: Makefile: linker input file unused because linking not done make[1]: Leaving directory `D:/test/foo/nix' avr-gcc -c -mmcu=attiny2313 -I. -gstabs -DF_CPU=16000000UL -Os -Wall -Wextra -W strict-prototypes -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -ffunction-sections ../main.c -o main.o ../main.c:1: warning: -ffunction-sections may affect debugging on some targets ../main.c:82: warning: return type of 'main' is not `int' avr-gcc -c -mmcu=attiny2313 -I. -gstabs -DF_CPU=16000000UL -Os -Wall -Wextra -W strict-prototypes -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -ffunction-sections ../Base.c -o Base.o ../Base.c:1: warning: -ffunction-sections may affect debugging on some targets ../Base.c:104: warning: `BADISR_vect' appears to be a misspelled signal handler avr-gcc -c -mmcu=attiny2313 -I. -gstabs -DF_CPU=16000000UL -Os -Wall -Wextra -W strict-prototypes -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -ffunction-sections ../SegDisp.c -o SegDisp.o ../SegDisp.c:1: warning: -ffunction-sections may affect debugging on some target s avr-gcc -c -mmcu=attiny2313 -I. -gstabs -DF_CPU=16000000UL -Os -Wall -Wextra -W strict-prototypes -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -ffunction-sections ../SPI.c -o SPI.o ../SPI.c:1: warning: -ffunction-sections may affect debugging on some targets avr-gcc -mmcu=attiny2313 -I. -gstabs -DF_CPU=16000000UL -Os -Wall -Wextra -Wstr ict-prototypes -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -f short-enums -ffunction-sections -Wl,--gc-sections main.o Base.o SegDisp.o SPI.o --output AVRTimer.elf -lm -Wl,--gc-sections avr-objcopy -O ihex -R .eeprom AVRTimer.elf AVRTimer.hex avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 -O ihex AVRTimer.elf AVRTimer.eep avr-objdump -h -S AVRTimer.elf > AVRTimer.lss avr-size -C --mcu=attiny2313 AVRTimer.elf AVR Memory Usage ---------------- Device: attiny2313 Program: 0 bytes (0.0% Full) (.text + .data + .bootloader) Data: 0 bytes (0.0% Full) (.data + .bss + .noinit) D:\test\foo\nix>