hid_kb.plg

来自「针对USB开发板的HID键盘,里面有原代码,可以用KEIL直接编译通过,另外有原」· PLG 代码 · 共 92 行

PLG
92
字号
<html>
<body>
<pre>
<h1>礦ision2 Build Log</h1>
<h2>Project:</h2>
F:\学习资料\USB\usb书配套光盘\15\hid_kb\hid_kb.uv2
Project File Date:  09/24/2007

<h2>Output:</h2>
Build target 'Target 1'
compiling fw.c...
*** WARNING C318 IN LINE 13 OF fw.c: can't open file 'lp.h'
*** WARNING C318 IN LINE 14 OF fw.c: can't open file 'lpregs.h'
*** WARNING C318 IN LINE 15 OF fw.c: can't open file 'syncdly.h'
FW.C(33): error C129: missing ';' before 'GotSUD'
compiling periph.c...
*** WARNING C318 IN LINE 37 OF periph.c: can't open file 'lp.h'
*** WARNING C318 IN LINE 38 OF periph.c: can't open file 'lpregs.h'
PERIPH.C(40): error C129: missing ';' before 'GotSUD'
Target not created
Build target 'Target 1'
compiling fw.c...
*** WARNING C318 IN LINE 13 OF fw.c: can't open file 'lp.h'
*** WARNING C318 IN LINE 14 OF fw.c: can't open file 'lpregs.h'
*** WARNING C318 IN LINE 15 OF fw.c: can't open file 'syncdly.h'
FW.C(33): error C129: missing ';' before 'GotSUD'
compiling periph.c...
*** WARNING C318 IN LINE 37 OF periph.c: can't open file 'lp.h'
*** WARNING C318 IN LINE 38 OF periph.c: can't open file 'lpregs.h'
PERIPH.C(40): error C129: missing ';' before 'GotSUD'
assembling dscr.a51...
Target not created
Build target 'Target 1'
compiling fw.c...
*** WARNING C318 IN LINE 13 OF fw.c: can't open file 'lp.h'
*** WARNING C318 IN LINE 14 OF fw.c: can't open file 'lpregs.h'
*** WARNING C318 IN LINE 15 OF fw.c: can't open file 'syncdly.h'
FW.C(33): error C129: missing ';' before 'GotSUD'
compiling periph.c...
*** WARNING C318 IN LINE 37 OF periph.c: can't open file 'lp.h'
*** WARNING C318 IN LINE 38 OF periph.c: can't open file 'lpregs.h'
PERIPH.C(40): error C129: missing ';' before 'GotSUD'
assembling dscr.a51...
Target not created
Build target 'Target 1'
compiling fw.c...
*** WARNING C318 IN LINE 13 OF fw.c: can't open file 'lp.h'
*** WARNING C318 IN LINE 14 OF fw.c: can't open file 'lpregs.h'
*** WARNING C318 IN LINE 15 OF fw.c: can't open file 'syncdly.h'
FW.C(33): error C129: missing ';' before 'GotSUD'
compiling periph.c...
*** WARNING C318 IN LINE 37 OF periph.c: can't open file 'lp.h'
*** WARNING C318 IN LINE 38 OF periph.c: can't open file 'lpregs.h'
PERIPH.C(40): error C129: missing ';' before 'GotSUD'
Target not created
Build target 'Target 1'
compiling fw.c...
*** WARNING C318 IN LINE 15 OF fw.c: can't open file 'syncdly.h'
compiling periph.c...
Target not created
Build target 'Target 1'
compiling fw.c...
*** WARNING C318 IN LINE 15 OF fw.c: can't open file 'syncdly.h'
compiling periph.c...
assembling dscr.a51...
Target not created
Build target 'Target 1'
linking...
Program Size: data=55.5 xdata=4476 code=2847
creating hex file from "hid_kb"...
User command #1: c:\cypress\usb\bin\hex2bix -i -c 0x00 -f 0xC2 -o hid_kb.iic hid_kb.hex
Intel Hex file to EZ-USB Binary file conversion utility
Copyright (c) 1997-1999, Cypress Semiconductor Inc.
2879 Bytes written.
Total Code Bytes = 2847
Conversion completed successfully.
"hid_kb" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
compiling fw.c...
compiling periph.c...
assembling dscr.a51...
linking...
Program Size: data=55.5 xdata=4476 code=2847
creating hex file from "hid_kb"...
User command #1: c:\cypress\usb\bin\hex2bix -i -c 0x00 -f 0xC2 -o hid_kb.iic hid_kb.hex
Intel Hex file to EZ-USB Binary file conversion utility
Copyright (c) 1997-1999, Cypress Semiconductor Inc.
2879 Bytes written.
Total Code Bytes = 2847
Conversion completed successfully.
"hid_kb" - 0 Error(s), 0 Warning(s).

⌨️ 快捷键说明

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