62 digital clock (2).plg
来自「《Proteus在MCS-51&ARM7系统中的应用百例》逆向之 Chapter」· PLG 代码 · 共 43 行
PLG
43 行
<html>
<body>
<pre>
<h1>礦ision3 Build Log</h1>
<h2>Project:</h2>
D:\单片机\工具\Proteus在MCS-51ARM7系统中的应用百\MCS-51_examples\Chapter_8\62 Digital Clock (2)\逆向\62 Digital Clock (2).uv2
Project File Date: 05/21/2007
<h2>Output:</h2>
Build target 'Target 1'
compiling main.c...
MAIN.C(61): error C202: 'P36': undefined identifier
MAIN.C(64): error C202: 'P36': undefined identifier
MAIN.C(65): error C202: 'P37': undefined identifier
MAIN.C(68): error C202: 'P37': undefined identifier
MAIN.C(70): error C202: 'P35': undefined identifier
MAIN.C(73): error C202: 'P35': undefined identifier
MAIN.C(75): error C202: 'P33': undefined identifier
MAIN.C(78): error C202: 'P33': undefined identifier
MAIN.C(79): error C202: 'P34': undefined identifier
MAIN.C(82): error C202: 'P34': undefined identifier
MAIN.C(84): error C202: 'P32': undefined identifier
MAIN.C(87): error C202: 'P32': undefined identifier
MAIN.C(89): error C202: 'P30': undefined identifier
MAIN.C(92): error C202: 'P30': undefined identifier
MAIN.C(93): error C202: 'P31': undefined identifier
MAIN.C(96): error C202: 'P31': undefined identifier
Target not created
Build target 'Target 1'
compiling main.c...
linking...
Program Size: data=14.0 xdata=0 code=328
"62 Digital Clock (2)" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
compiling main.c...
linking...
Program Size: data=14.0 xdata=0 code=328
creating hex file from "62 Digital Clock (2)"...
"62 Digital Clock (2)" - 0 Error(s), 0 Warning(s).
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?