Output > "make.exe" all -------- begin -------- avr-gcc (GCC) 4.1.2 (WinAVR 20070525) Copyright (C) 2006 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. Compiling C: led.c avr-gcc -c -mmcu=atmega168 -I. -gdwarf-2 -DF_CPU=20000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=./led.lst -std=gnu99 -Wundef -MMD -MP -MF .dep/led.o.d led.c -o led.o led.c:19:2: warning: no newline at end of file Linking: led.elf avr-gcc -mmcu=atmega168 -I. -gdwarf-2 -DF_CPU=20000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=led.o -std=gnu99 -Wundef -MMD -MP -MF .dep/led.elf.d led.o --output led.elf -Wl,-Map=led.map,--cref -lm Creating load file for Flash: led.hex avr-objcopy -O ihex -R .eeprom led.elf led.hex Creating load file for EEPROM: led.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 --no-change-warnings -O ihex led.elf led.eep || exit 0 c:\WinAVR-20070525\bin\avr-objcopy.exe: there are no sections to be copied! Creating Extended Listing: led.lss avr-objdump -h -S led.elf > led.lss Creating Symbol Table: led.sym avr-nm -n led.elf > led.sym Size after: AVR Memory Usage ---------------- Device: atmega168 Program: 212 bytes (1.3% Full) (.text + .data + .bootloader) Data: 0 bytes (0.0% Full) (.data + .bss + .noinit) -------- end -------- > Process Exit Code: 0 > Time Taken: 00:01