串口应用.plg
来自「AT89S51单片机试验及实践教程」· PLG 代码 · 共 43 行
PLG
43 行
<html>
<body>
<pre>
<h1>礦ision2 Build Log</h1>
<h2>Project:</h2>
E:\Study-3_program\4_串口应用\串口应用.uv2
Project File Date: 01/29/2007
<h2>Output:</h2>
Build target 'Target 1'
compiling uart.c...
UART.C(30): warning C206: 'delay': missing function-prototype
UART.C(30): error C267: 'delay': requires ANSI-style prototype
UART.C(56): error C231: '_delay': redefinition
Target not created
Build target 'Target 1'
compiling uart.c...
UART.C(31): warning C280: 'i': unreferenced local variable
UART.C(31): warning C280: 'j': unreferenced local variable
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?INIT_MCU?UART
Program Size: data=34.1 xdata=0 code=1162
creating hex file from "串口应用"...
"串口应用" - 0 Error(s), 3 Warning(s).
Build target 'Target 1'
compiling uart.c...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?INIT_MCU?UART
Program Size: data=30.1 xdata=0 code=1162
creating hex file from "串口应用"...
"串口应用" - 0 Error(s), 1 Warning(s).
Build target 'Target 1'
compiling uart.c...
linking...
Program Size: data=30.1 xdata=0 code=1165
creating hex file from "串口应用"...
"串口应用" - 0 Error(s), 0 Warning(s).
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?