VxWorks BootLoader for pcPentium4 ERROR - VxWorks
This is a discussion on VxWorks BootLoader for pcPentium4 ERROR - VxWorks ; Hi, I am trying to build a vxworks bootloader for pentium4 arch, but while compiling the code i the follwing error messages. Build Started in Project 'BootLoader': 2009-06-08 11:34:19 Generation of makefiles started. Generation of makefiles finished (Elapsed Time: 00:00). ...
| | LinkBack | Tools |
|
#1
| |||
| |||
| I am trying to build a vxworks bootloader for pentium4 arch, but while compiling the code i the follwing error messages. Build Started in Project 'BootLoader': 2009-06-08 11:34:19 Generation of makefiles started. Generation of makefiles finished (Elapsed Time: 00:00). Platform: Wind River VxWorks 6.4 Command: make --no-print-directory BUILD_SPEC=bootloader.bin DEBUG_MODE=0 TRACE=1 Working Directory: E:/Ravi/Diamond/WindRiver/workspace/BootLoader make: building 'bootrom.bin' boot loader for 'E:/WindRiver/vxworks-6.4/ target/config/pcPentium4' make: Changing to Directory 'E:/WindRiver/vxworks-6.4/target/config/ pcPentium4' dcc -c -tPENTIUM4LH:vxworks64 -W:c:,-Xclib-optim-off -Xansi -Xlocal- data-area-static-only -XO -Xsize-opt -Xpointers-volatile -W:c:,- Xmismatch-warning=2 -ew1554,1551,1552,1086,1047,1547 -ei1516,1643,16 04 -Xlint -IE:/WindRiver/components/windml-5.0/h -IE:/WindRiver/ components/dcom-2.3/h -IE:/WindRiver/components/opc-3.1/h -IE:/ WindRiver/components/webcli-4.5/target/h -IE:/WindRiver/components /webservices-1.4/h -IE:/WindRiver/components/windml-5.0/osconfig/ vxworks/src -IE:/WindRiver/components/windml-5.0/osconfig/vxworks/h - I. -IE:/WindRiver/vxworks-6.4/target/config/all -IE:/WindRiver/ vxworks-6.4/target/h -IE:/WindRiver/vxworks-6.4/target/h/wrn/coreip - IE:/WindRiver/vxworks-6.4/target/src/config -IE:/WindRiver/vxworks-6.4/ target/config/comps/src -IE:/WindRiver/vxworks-6.4/target/co nfig/comps/src/dosfs2 -IE:/WindRiver/vxworks-6.4/target/src/drv - DCPU=PENTIUM4 -DTOOL_FAMILY=diab -DTOOL=diab -D_WRS_KERNEL - DFAST_REBOOT -DRAM_LOW_ADRS=0x00308000 - DRAM_HIGH_ADRS=0x00108000 -o version.o \ E:/WindRiver/vxworks-6.4/target/config/all/version.c dld -o tmp.o -tPENTIUM4LH:vxworks64 -X -N -Xgenerate-paddr -e usrInit \ -D_VX_START_TEXT=0x00108000 usrEntry.o bootConfig.o version.o sysALib.o sysLib.o \ -LE:/WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/ diab_standard -LE:/WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/ diab -LE:/WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/common -LE:/WindRiver/components/obj/vxworks-6.4/krnl/lib/pentium/PENTIUM4/ diab -LE:/WindRiver/components/obj/vxworks-6.4/krnl/lib/pentium/ PENTIUM4/common -lstl -lcplus -ldiabcplus -laim -lar521x -larch -lboot -lc_wr -lcci -lcommoncc -ldcc -ldebug -ldevice -ldrv -ldsi - lerfLib -lfp -lgcc -lhwdb -los -lppp -lpxtrace -lssi -ltffs -ltipc - lusb -lusb2 -lvnode -lvxmp -lwdb -lwind -lwindview -lxbd E:/WindR iver/vxworks-6.4/target/lib/libPENTIUM4diabvx.a \ -D_VX_DATA_ALIGN=1 E:/WindRiver/vxworks-6.4/target/h/tool/diab/ ldscripts/link.RAM dld: warning: Undefined symbol 'netDevCreate' in file 'bootConfig.o' dld: warning: Undefined symbol 'remCurIdGet' in file 'bootConfig.o' dld: warning: Undefined symbol 'sockLibInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'ifunit' in file 'bootConfig.o' dld: warning: Undefined symbol 'netTupleFree' in file 'fei82557End.o (E:/WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/common \libdrv.a)' dld: warning: Undefined symbol 'ifDefaultConfigParams' in file 'bootConfig.o' dld: warning: Undefined symbol 'netDrv' in file 'bootConfig.o' dld: warning: Undefined symbol 'ipDefaultConfigParams' in file 'bootConfig.o' dld: warning: Undefined symbol 'tcpInstInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'remCurIdSet' in file 'bootConfig.o' dld: warning: Undefined symbol 'rtsockInstInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'netMblkDup' in file 'endLib.o(E:/ WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/common\libdrv.a)' dld: warning: Undefined symbol 'ftplTransientRetryInterval' in file 'bootConfig.o' dld: warning: Undefined symbol 'netMblkToBufCopy' in file 'fei82557End.o(E:/WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/ common\libdrv.a)' dld: warning: Undefined symbol 'icmpInstInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'hz' in file 'bootConfig.o' dld: warning: Undefined symbol 'icmpDefaultConfigParams' in file 'bootConfig.o' dld: warning: Undefined symbol 'endFindByName' in file 'bootConfig.o' dld: warning: Undefined symbol 'netPoolRelease' in file 'endLib.o(E:/ WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/common\libdrv.a)' dld: warning: Undefined symbol 'gtfDaemonInfoInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'muxTxRestart' in file 'fei82557End.o (E:/WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/common . . . . . . dld: warning: Undefined symbol 'ipInstInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'sockLibAdd' in file 'bootConfig.o' dld: warning: Undefined symbol 'linkBufPoolInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'etherMultiGet' in file 'fei82557End.o (E:/WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/common \libdrv.a)' dld: warning: Undefined symbol 'etherMultiAdd' in file 'fei82557End.o (E:/WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/common \libdrv.a)' dld: warning: Undefined symbol 'rawInstInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'ipRouteLibInstInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'remLastResvPort' in file 'bootConfig.o' dld: warning: Undefined symbol 'ftpLibDebugOptionsSet' in file 'bootConfig.o' dld: warning: Undefined symbol 'muxDevStopAll' in file 'bootConfig.o' dld: warning: Undefined symbol 'ftpLs' in file 'bootConfig.o' dld: warning: Undefined symbol 'netPoolCreate' in file 'endLib.o(E:/ WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/common\libdrv.a)' dld: warning: Undefined symbol 'netMblkClChainFree' in file 'endLib.o (E:/WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/common \libdrv.a)' dld: warning: Undefined symbol 'tftpXfer' in file 'bootConfig.o' dld: warning: Undefined symbol 'netTupleGet' in file 'endLib.o(E:/ WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/common\libdrv.a)' dld: warning: Undefined symbol 'socket' in file 'bootConfig.o' dld: warning: Undefined symbol 'netLsByName' in file 'bootConfig.o' dld: warning: Undefined symbol 'bsdSockDefaultConfigParams' in file 'bootConfig.o' dld: warning: Undefined symbol 'netLibInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'arpInstInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'muxIfFuncAdd' in file 'bootConfig.o' dld: warning: Undefined symbol '_pLinkPoolFuncTbl' in file 'endLib.o (E:/WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/common \libdrv.a)' dld: warning: Undefined symbol 'netJobNum' in file 'bootConfig.o' dld: warning: Undefined symbol 'ether_output' in file 'bootConfig.o' dld: warning: Undefined symbol 'udpInstInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'muxLibInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'remLibInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'bsdSockLibInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'ftpCommand' in file 'bootConfig.o' dld: warning: Undefined symbol 'muxIoctl' in file 'endLib.o(E:/ WindRiver/vxworks-6.4/target/lib/pentium/PENTIUM4/common\libdrv.a)' dld: warning: Undefined symbol 'ftpXfer' in file 'bootConfig.o' dld: warning: Undefined symbol 'ptRibDispatchTable' in file 'bootConfig.o' dld: warning: Undefined symbol 'ipAttach' in file 'bootConfig.o' dld: warning: Undefined symbol 'netTaskStackSize' in file 'bootConfig.o' dld: warning: Undefined symbol 'bsdSockInstInit' in file 'bootConfig.o' dld: warning: Undefined symbol 'arpDefaultConfigParams' in file 'bootConfig.o' dld: warning: Undefined symbol 'm2PollStatsIfPoll' in file 'bootConfig.o' dld: error: Undefined symbols found - no output written E:\WindRiver\vxworks-6.4\host\x86-win32\bin\make.exe[1]: *** [bootrom.Z.s] Error 1 E:\WindRiver\vxworks-6.4\host\x86-win32\bin\make.exe: *** [bootloader.bin] Error 2 Build Failed in Project 'BootLoader' (Process Exit Value was 2): 2009-06-08 11:34:20 (Elapsed Time: 00:01) Can anybody tell me where i am going wronng? I am using WindRiver Workbench Thanks in advance |
« Previous Thread
|
Next Thread »
| Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| About VxWorks Error | amittavag | VxWorks | 0 | 07-14-2009 05:45 AM |
| Openssl run error on VxWorks | unix | Openssl | 0 | 10-07-2007 08:07 PM |
| VxWorks boot error in VmWare | unix | VxWorks | 2 | 10-02-2007 09:18 AM |
| VxWorks Page Fault Error!! | unix | VxWorks | 1 | 10-02-2007 08:41 AM |
| vxworks compile error | unix | VxWorks | 1 | 10-02-2007 07:52 AM |
All times are GMT. The time now is 09:57 AM.
