
Untitled
By: a guest on
Aug 19th, 2012 | syntax:
None | size: 1.35 KB | hits: 5 | expires: Never
Microsoft Windows [Wersja 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. Wszelkie prawa zastrzeżone.
C:\Users> cd C:\WinAVR-20100110
C:\WinAVR-20100110>make -C "C:\c"
make: Entering directory `C:/c'
avr-gcc -Wall -Os -I. -mmcu=atmega32 -D START_DELAY_SEC=5 -D UC=atmega32 -D BAUD
=115200 -D F_CPU=20000000 -D BOOTSTART=0x7E00 -fno-inline-small-functions -fno-s
plit-wide-types -fno-tree-scev-cprop -ffunction-sections -c bootloader.c -o boot
loader.o
bootloader.c:50: warning: 'uart_getchar' defined but not used
avr-gcc -Wall -Os -I. -mmcu=atmega32 -D START_DELAY_SEC=5 -D UC=atmega32 -D BAUD
=115200 -D F_CPU=20000000 -D BOOTSTART=0x7E00 -fno-inline-small-functions -fno-s
plit-wide-types -fno-tree-scev-cprop -ffunction-sections -x assembler-with-cpp -
a -c appspace.s -o appspace.o
avr-gcc -Wall -Os -I. -mmcu=atmega32 -D START_DELAY_SEC=5 -D UC=atmega32 -D BAUD
=115200 -D F_CPU=20000000 -D BOOTSTART=0x7E00 -fno-inline-small-functions -fno-s
plit-wide-types -fno-tree-scev-cprop -ffunction-sections -Wl,-section-start=.tex
t=0x7E00 -nostartfiles -o bootloader.elf bootloader.o appspace.o
avr-objcopy -j .text -j .data -O ihex bootloader.elf bootloader.hex
avr-size bootloader.elf
text data bss dec hex filename
340 50 128 518 206 bootloader.elf
make: Leaving directory `C:/c'
C:\WinAVR-20100110>