> "make.exe" all -------- begin -------- avr-gcc (GCC) 3.4.3 Copyright (C) 2004 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: rgb.c avr-gcc -c -mmcu=at90s2323 -I. -gdwarf-2 -DF_CPU=10000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=rgb.lst -std=gnu99 -MD -MP -MF .dep/rgb.o.d rgb.c -o rgb.o Linking: rgb.elf avr-gcc -mmcu=at90s2323 -I. -gdwarf-2 -DF_CPU=10000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=rgb.o -std=gnu99 -MD -MP -MF .dep/rgb.elf.d rgb.o --output rgb.elf -Wl,-Map=rgb.map,--cref -lm Creating load file for Flash: rgb.hex avr-objcopy -O ihex -R .eeprom rgb.elf rgb.hex Creating load file for EEPROM: rgb.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 -O ihex rgb.elf rgb.eep Creating Extended Listing: rgb.lss avr-objdump -h -S rgb.elf > rgb.lss Creating Symbol Table: rgb.sym avr-nm -n rgb.elf > rgb.sym Size after: rgb.elf : section size addr .text 344 0 .data 0 8388704 .bss 0 8388704 .noinit 0 8388704 .eeprom 0 8454144 .debug_aranges 20 0 .debug_pubnames 27 0 .debug_info 1270 0 .debug_abbrev 231 0 .debug_line 434 0 .debug_str 235 0 Total 2561 AVR Memory Usage: ----------------- Device: at90s2323 Program: 344 bytes (16.8% Full) (.text + .data + .bootloader) Data: 0 bytes (0.0% Full) (.data + .bss + .noinit) -------- end -------- > Process Exit Code: 0