main.plg

来自「16x16单片机仿真LED点阵有卷动和移动两种闪法随便用」· PLG 代码 · 共 77 行

PLG
77
字号
Build target 'Target 1'
assembling STARTUP.A51...
compiling cmain.c...
linking...
Program Size: data=206.5 xdata=0 code=3577
creating hex file from "main"...
"main" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
compiling cmain.c...
CMAIN.C(294): error C202: 'no_smoking': undefined identifier
CMAIN.C(298): error C202: 'qing': undefined identifier
CMAIN.C(328): error C202: 'num1_times': undefined identifier
CMAIN.C(335): error C202: 'num2_times': undefined identifier
Target not created
Build target 'Target 1'
compiling cmain.c...
CMAIN.C(307): error C202: 'qing': undefined identifier
CMAIN.C(337): error C202: 'num1_times': undefined identifier
CMAIN.C(344): error C202: 'num2_times': undefined identifier
Target not created
Build target 'Target 1'
compiling cmain.c...
CMAIN.C(348): error C202: 'num1_times': undefined identifier
CMAIN.C(355): error C202: 'num2_times': undefined identifier
Target not created
Build target 'Target 1'
compiling cmain.c...
CMAIN.C(457): error C202: 'wc': undefined identifier
CMAIN.C(540): error C202: 'state': undefined identifier
CMAIN.C(546): error C202: 'state': undefined identifier
Target not created
Build target 'Target 1'
compiling cmain.c...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
    SEGMENT: ?PR?UPMOVE?CMAIN
*** WARNING L1: UNRESOLVED EXTERNAL SYMBOL
    SYMBOL:  CARRY
    MODULE:  cmain.obj (CMAIN)
*** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL
    SYMBOL:  CARRY
    MODULE:  cmain.obj (CMAIN)
    ADDRESS: 033CH
Program Size: data=202.0 xdata=0 code=1928
creating hex file from "main"...
"main" - 0 Error(s), 3 Warning(s).
Build target 'Target 1'
compiling cmain.c...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
    SEGMENT: ?PR?UPMOVE?CMAIN
Program Size: data=202.0 xdata=0 code=1925
creating hex file from "main"...
"main" - 0 Error(s), 1 Warning(s).
Build target 'Target 1'
compiling cmain.c...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
    SEGMENT: ?PR?UPMOVE?CMAIN
Program Size: data=202.0 xdata=0 code=1925
creating hex file from "main"...
"main" - 0 Error(s), 1 Warning(s).
Build target 'Target 1'
compiling cmain.c...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
    SEGMENT: ?PR?UPMOVE?CMAIN
Program Size: data=202.0 xdata=0 code=1901
creating hex file from "main"...
"main" - 0 Error(s), 1 Warning(s).
Build target 'Target 1'
compiling cmain.c...
linking...
Program Size: data=202.0 xdata=0 code=1857
creating hex file from "main"...
"main" - 0 Error(s), 0 Warning(s).

⌨️ 快捷键说明

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