D:\Temp\Bootloader>make

-------- 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: stk500boot.c
avr-gcc -c -mmcu=atmega644 -I. -gstabs   -Os -funsigned-char -funsigned-bitfields -fpack-struct -fsh
ort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=stk500boot.lst  -std=gnu99 -DF_OSC=16000000 -MD -MP
-MF .dep/stk500boot.o.d stk500boot.c -o stk500boot.o

Linking: stk500boot.elf
avr-gcc -mmcu=atmega644 -I. -gstabs   -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort
-enums -Wall -Wstrict-prototypes -Wa,-adhlns=stk500boot.o  -std=gnu99 -DF_OSC=16000000 -MD -MP -MF .
dep/stk500boot.elf.d stk500boot.o   --output stk500boot.elf -Wl,-Map=stk500boot.map,--cref    -lm

Creating load file for Flash: stk500boot.hex
avr-objcopy -O ihex -R .eeprom stk500boot.elf stk500boot.hex

Creating load file for EEPROM: stk500boot.eep
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \
        --change-section-lma .eeprom=0 -O ihex stk500boot.elf stk500boot.eep
c:\Programme\WinAVR\bin\avr-objcopy.exe: --change-section-lma .eeprom=0x00000000 never used

Creating Extended Listing: stk500boot.lss
avr-objdump -h -S stk500boot.elf > stk500boot.lss

Creating Symbol Table: stk500boot.sym
avr-nm -n stk500boot.elf > stk500boot.sym

Size after:
stk500boot.elf  :
section    size   addr
.text      1214      0
.stab      3288      0
.stabstr   2625      0
Total      7127



Errors: none
-------- end --------
