📄 avrproject.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: AVRProject - Win32 Debug--------------------
</h3>
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:\code\avr\avrlib -Wa,-ahlms=timertest.lst -mmcu=atmega163 -I. timertest.c -o timertest.o
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:\code\avr\avrlib -Wa,-ahlms=c:\code\avr\avrlib/buffer.lst -mmcu=atmega163 -I. c:\code\avr\avrlib/buffer.c -o c:\code\avr\avrlib/buffer.o
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:\code\avr\avrlib -Wa,-ahlms=c:\code\avr\avrlib/uart.lst -mmcu=atmega163 -I. c:\code\avr\avrlib/uart.c -o c:\code\avr\avrlib/uart.o
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:\code\avr\avrlib -Wa,-ahlms=c:\code\avr\avrlib/rprintf.lst -mmcu=atmega163 -I. c:\code\avr\avrlib/rprintf.c -o c:\code\avr\avrlib/rprintf.o
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:\code\avr\avrlib -Wa,-ahlms=c:\code\avr\avrlib/timer.lst -mmcu=atmega163 -I. c:\code\avr\avrlib/timer.c -o c:\code\avr\avrlib/timer.o
avr-gcc c:\code\avr\avrlib/buffer.o c:\code\avr\avrlib/uart.o c:\code\avr\avrlib/rprintf.o c:\code\avr\avrlib/timer.o timertest.o -Wl,-Map=timertest.map,--cref -mmcu=atmega163 -o timertest.elf
avr-objcopy --debugging -O coff-ext-avr \
--change-section-address .data-0x800000 \
--change-section-address .bss-0x800000 \
--change-section-address .noinit-0x800000 \
--change-section-address .eeprom-0x810000 \
timertest.elf timertest.cof
avr-objcopy -O ihex -R .eeprom timertest.elf timertest.hex
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 -O ihex timertest.elf timertest.eep
avr-size timertest.elf
text data bss dec hex filename
4572 0 178 4750 128e timertest.elf
Errors: none
rm c:\code\avr\avrlib/uart.o c:\code\avr\avrlib/timer.o c:\code\avr\avrlib/rprintf.o c:\code\avr\avrlib/buffer.o
<h3>Results</h3>
AVRProject.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -