⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 avrproject.plg

📁 一个AVR 上的UIP移植程序
💻 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=c:/code/avr/avrlib/buffer.lst -mmcu=atmega323 -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=atmega323 -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=atmega323 -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/vt100.lst -mmcu=atmega323 -I. c:/code/avr/avrlib/vt100.c -o c:/code/avr/avrlib/vt100.o
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:/code/avr/avrlib -Wa,-ahlms=delay.lst -mmcu=atmega323 -I. delay.c -o delay.o
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:/code/avr/avrlib -Wa,-ahlms=ax88796dev.lst -mmcu=atmega323 -I. ax88796dev.c -o ax88796dev.o
In file included from compiler.h:27,
                 from ax88796.h:28,
                 from ax88796dev.h:26,
                 from ax88796dev.c:23:
c:/programa/winavr/avr/include/sig-avr.h:3:2: warning: #warning "<sig-avr.h> is deprecated, use <avr/signal.h> instead"
In file included from compiler.h:28,
                 from ax88796.h:28,
                 from ax88796dev.h:26,
                 from ax88796dev.c:23:
c:/programa/winavr/avr/include/interrupt.h:3:2: warning: #warning "<interrupt.h> is deprecated, use <avr/interrupt.h> instead"
In file included from compiler.h:29,
                 from ax88796.h:28,
                 from ax88796dev.h:26,
                 from ax88796dev.c:23:
c:/programa/winavr/avr/include/io.h:3:2: warning: #warning "<io.h> is deprecated, use <avr/io.h> instead"
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:/code/avr/avrlib -Wa,-ahlms=ax88796.lst -mmcu=atmega323 -I. ax88796.c -o ax88796.o
In file included from compiler.h:27,
                 from ax88796.h:28,
                 from ax88796.c:27:
c:/programa/winavr/avr/include/sig-avr.h:3:2: warning: #warning "<sig-avr.h> is deprecated, use <avr/signal.h> instead"
In file included from compiler.h:28,
                 from ax88796.h:28,
                 from ax88796.c:27:
c:/programa/winavr/avr/include/interrupt.h:3:2: warning: #warning "<interrupt.h> is deprecated, use <avr/interrupt.h> instead"
In file included from compiler.h:29,
                 from ax88796.h:28,
                 from ax88796.c:27:
c:/programa/winavr/avr/include/io.h:3:2: warning: #warning "<io.h> is deprecated, use <avr/io.h> instead"
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:/code/avr/avrlib -Wa,-ahlms=uip_arch.lst -mmcu=atmega323 -I. uip_arch.c -o uip_arch.o
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:/code/avr/avrlib -Wa,-ahlms=uip_arp.lst -mmcu=atmega323 -I. uip_arp.c -o uip_arp.o
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:/code/avr/avrlib -Wa,-ahlms=uip.lst -mmcu=atmega323 -I. uip.c -o uip.o
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:/code/avr/avrlib -Wa,-ahlms=app.lst -mmcu=atmega323 -I. app.c -o app.o
In file included from app.c:5:
c:/programa/winavr/avr/include/io.h:3:2: warning: #warning "<io.h> is deprecated, use <avr/io.h> instead"
app.c: In function `appServiceTelnet':
app.c:54: warning: assignment discards qualifiers from pointer target type
avr-gcc  c:/code/avr/avrlib/buffer.o c:/code/avr/avrlib/uart.o c:/code/avr/avrlib/rprintf.o c:/code/avr/avrlib/vt100.o delay.o ax88796dev.o ax88796.o uip_arch.o uip_arp.o uip.o app.o main.o   -Wl,-Map=main.map,--cref -mmcu=atmega323 -o main.elf
avr-objcopy -O ihex  -R .eeprom main.elf main.hex
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 -O ihex  main.elf main.eep
avr-size main.elf
   text    data     bss     dec     hex filename
  15810      38     482   16330    3fca main.elf
Errors: none
rm c:/code/avr/avrlib/vt100.o delay.o uip_arp.o c:/code/avr/avrlib/rprintf.o app.o c:/code/avr/avrlib/uart.o ax88796dev.o uip.o uip_arch.o c:/code/avr/avrlib/buffer.o ax88796.o



<h3>Results</h3>
AVRProject.exe - 0 error(s), 8 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -