usbdemo.plg

来自「USB1.1周立功D12的keil C51代码(带上位机测试程序)」· PLG 代码 · 共 63 行

PLG
63
字号
<html>
<body>
<pre>
<h1>礦ision2 Build Log</h1>
<h2>Project:</h2>
F:\USBtest\pusb\usbdemo.uv2
Project File Date:  02/27/2003

<h2>Output:</h2>
Build target 'Target 1'
compiling Mainloop.c...
compiling Isr.c...
compiling Protozlg.c...
PROTOZLG.C(48): warning C280: 'i': unreferenced local variable
compiling Chap_9.c...
compiling D12ci.c...
linking...
*** WARNING L13: RECURSIVE CALL TO SEGMENT
    SEGMENT: ?CO?CHAP_9
    CALLER:  ?PR?GET_DESCRIPTOR?CHAP_9
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
    SEGMENT: ?PR?D12_SENDRESUME?D12CI
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
    SEGMENT: ?PR?D12_READCURRENTFRAMENUMBER?D12CI
*** WARNING L15: MULTIPLE CALL TO SEGMENT
    SEGMENT: ?PR?_D12_WRITEENDPOINT?D12CI
    CALLER1: ?PR?USB_ISR?MAINLOOP
    CALLER2: ?C_C51STARTUP
Program Size: data=127.0 xdata=0 code=2713
creating hex file from "usbdemo"...
"usbdemo" - 0 Error(s), 5 Warning(s).
Build target 'Target 1'
compiling Mainloop.c...
compiling Isr.c...
ISR.C(131): error C141: syntax error near '}'
compiling Protozlg.c...
PROTOZLG.C(48): warning C280: 'i': unreferenced local variable
compiling Chap_9.c...
compiling D12ci.c...
Target not created
Build target 'Target 1'
compiling Mainloop.c...
compiling Isr.c...
compiling Protozlg.c...
PROTOZLG.C(48): warning C280: 'i': unreferenced local variable
compiling Chap_9.c...
compiling D12ci.c...
linking...
*** WARNING L13: RECURSIVE CALL TO SEGMENT
    SEGMENT: ?CO?CHAP_9
    CALLER:  ?PR?GET_DESCRIPTOR?CHAP_9
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
    SEGMENT: ?PR?D12_SENDRESUME?D12CI
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
    SEGMENT: ?PR?D12_READCURRENTFRAMENUMBER?D12CI
*** WARNING L15: MULTIPLE CALL TO SEGMENT
    SEGMENT: ?PR?_D12_WRITEENDPOINT?D12CI
    CALLER1: ?PR?USB_ISR?MAINLOOP
    CALLER2: ?C_C51STARTUP
Program Size: data=127.0 xdata=0 code=2705
creating hex file from "usbdemo"...
"usbdemo" - 0 Error(s), 5 Warning(s).

⌨️ 快捷键说明

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