-------- begin -------- avr-gcc (WinAVR 20100110) 4.3.3 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 C: main.c avr-gcc -c -mmcu=atmega8 -I. -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bi tfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=./main .lst -std=gnu99 -MMD -MP -MF .dep/main.o.d main.c -o main.o Compiling C: phils_os.c avr-gcc -c -mmcu=atmega8 -I. -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bi tfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=./phil s_os.lst -std=gnu99 -MMD -MP -MF .dep/phils_os.o.d phils_os.c -o phils_os.o Compiling C: controller_init.c avr-gcc -c -mmcu=atmega8 -I. -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bi tfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=./cont roller_init.lst -std=gnu99 -MMD -MP -MF .dep/controller_init.o.d controller_ini t.c -o controller_init.o Linking: main.elf avr-gcc -mmcu=atmega8 -I. -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfi elds -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=main.o - std=gnu99 -MMD -MP -MF .dep/main.elf.d main.o phils_os.o controller_init.o --out put main.elf -Wl,-Map=main.map,--cref -lm Creating load file for Flash: main.hex avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock main.elf main.hex Creating load file for EEPROM: main.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 --no-change-warnings -O ihex main.elf mai n.eep || exit 0 Creating Extended Listing: main.lss avr-objdump -h -S -z main.elf > main.lss Creating Symbol Table: main.sym avr-nm -n main.elf > main.sym Size after: AVR Memory Usage ---------------- Device: atmega8 Program: 538 bytes (6.6% Full) (.text + .data + .bootloader) Data: 36 bytes (3.5% Full) (.data + .bss + .noinit) -------- end --------