安装的时候很郁闷,安装顺序来直接安装发现,新建一个什么都不改的BSP都不能编译通过,出现如下错误:
d:\mytorprj\temptest\default\C:\platid20\target\config\comps\src\net\usrNetLib.c:125: unde
fined reference to `proxyArpDefaultOn'
d:\mytorprj\temptest\default\C:\platid20\target\config\comps\src\net\usrNetLib.c:127: unde
fined reference to `proxyArpDefaultOff'
make: *** [vxWorks] Error 0x1
令我十分郁闷,经多方查找资料,终于好使了,在此贴出安装方法:
intallation sequence is as follow,
1. CD1
Install Tornado 2.2.1/VxWorks 5.5.1 for Pentium
(DISK_ID: TDK-15061-ZC-00)
INSTALL KEY: PdS8i-tM2I&-hisP2-3tF%H-Q6k&g
2. CD2
2. BSPs/Drivers for VxWorks 5.5.1: Pentium
(DISK_ID: TDK-14631-ZC-02)
INSTALL KEY: B7KFB-Kb3Gp-gBfB3-5U8sP-bE9pC
(Just same as WINDRIVER PLATFORUM ID 1.0 CD2)
3. CD4
Install PLATFORM ID 2.0
(DISK_ID: TDK-15195-ZC-00)
INSTALL KEY: dAQ8e-Kb3Gp-gaTd3-7UpsR-fEk9g
前三张cd安装在同一个目录下,然后安装cd5和cd3,cd5和cd3都是可选的
4. CD5 (optional)
Install SNiFF+/SNiFF+ Pro
(Just same as WINDRIVER PLATFORUM ID 1.0 CD6)
5. CD3 (optional, installed in a seperate directory, and only be used as documents, should not be built)
3. Install VxWorks 5.5.1 Core O/S Source Products
(DISK_ID: TDK-15068-ZC-01)
INSTALL KEY: B7K8e-Kb3Gp-habd3-7K@sM-79g9C
之后,如何注册这个地方就不讲了,比较简单,之后进入到目录,注意是:
..\tornado2.2.1\target\src\wrn\make,别进错了,网上很多说是../tornado2.2.1/target/src,反正我在这个目录是不好用的,最后出现如下错误
aic7880Lib.c:230:33: drv/scsi/him/him_scb.h: No such file or directory
aic7880Lib.c:232:33: drv/scsi/him/him_equ.h: No such file or directory
aic7880Lib.c:233:33: drv/scsi/him/seq_off.h: No such file or directory
aic7880Lib.c:234:34: drv/scsi/him/sequence.h: No such file or directory
aic7880Lib.c:235:33: drv/scsi/him/him_rel.h: No such file or directory
aic7880Lib.c:237:25: him/him_init.c: No such file or directory
aic7880Lib.c:238:20: him/him.c: No such file or directory
aic7880Lib.c:239:21: him/himd.c: No such file or directory
aic7880Lib.c:240:25: him/himdinit.c: No such file or directory
aic7880Lib.c:241:25: him/himdiopt.c: No such file or directory
aic7880Lib.c:242:24: him/himdopt.c: No such file or directory
make[2]: *** [c:\platid20\target\lib\pentium\PENTIUM\common\objdrv/aic7880Lib.o]
Error 0x1
make[2]: Leaving directory `C:\platid20\target\src\drv\scsi'
make[1]: *** [scsi] Error 0x2
make[1]: Leaving directory `C:\platid20\target\src\drv'
make: *** [drv] Error 0x2
在上面的正确目录下,使用make CPU="PENTIUM" TOOL="gnu" SNMPV3=ON AGENTX="ON进行编译",
OK,everything goes well!
文章评论(0条评论)
登录后参与讨论