-------- begin -------- avr-gcc (GCC) 4.3.4 Copyright (C) 2008 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: blink.c avr-gcc -c -mmcu=atmega328p -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=blink.lst -std=gnu99 -ffunction-sections -fdata-sections -MD -MP -MF .dep/blink.o.d blink.c -o blink.o Linking: blink.elf avr-gcc -mmcu=atmega328p -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=blink.o -std=gnu99 -ffunction-sections -fdata-sections -MD -MP -MF .dep/blink.elf.d blink.o --output blink.elf -Wl,-Map=blink.map,--cref -lm -Wl,-relax,-gc-sections Creating load file for Flash: blink.hex avr-objcopy -O ihex -R .eeprom blink.elf blink.hex Creating load file for EEPROM: blink.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 -O ihex blink.elf blink.eep Creating Extended Listing: blink.lss avr-objdump -h -S blink.elf > blink.lss Creating Symbol Table: blink.sym avr-nm -n blink.elf > blink.sym Size after: blink.elf : section size addr .text 322 0 .stab 1716 0 .stabstr 84 0 .debug_aranges 32 0 .debug_pubnames 27 0 .debug_info 743 0 .debug_abbrev 282 0 .debug_line 612 0 .debug_frame 32 0 .debug_str 303 0 .debug_loc 320 0 .debug_ranges 96 0 Total 4569 -------- end --------