-------- 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: GTR.c avr-gcc -c -mmcu=atmega162 -I. -gstabs -DF_CPU=7372800LUL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=GTR.lst -std=gnu99 -MD -MP -MF .dep/GTR.o.d GTR.c -o GTR.o Linking: GTR.elf avr-gcc -mmcu=atmega162 -I. -gstabs -DF_CPU=7372800LUL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=GTR.o -std=gnu99 -MD -MP -MF .dep/GTR.elf.d GTR.o --output GTR.elf -Wl,-Map=GTR.map,--cref Creating load file for Flash: GTR.hex avr-objcopy -O ihex -R .eeprom GTR.elf GTR.hex Creating load file for EEPROM: GTR.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 -O ihex GTR.elf GTR.eep d:\winavr\bin\avr-objcopy.exe: there are no sections to be copied! d:\winavr\bin\avr-objcopy.exe: --change-section-lma .eeprom=0x00000000 never used MAKE.EXE: [GTR.eep] Error 1 (ignored) Creating Extended Listing: GTR.lss avr-objdump -h -S GTR.elf > GTR.lss Creating Symbol Table: GTR.sym avr-nm -n GTR.elf > GTR.sym Size after: GTR.elf : section size addr .text 182 0 .bss 6 8388864 .stab 1632 0 .stabstr 1621 0 Total 3441 chmod 755 GTR.elf -------- end --------