vxworks下定制uhcl组件后就发生如下错误,请各位指点,谢谢!!
-T C:\Tornado2.2\target\h\tool\gnu\ldscripts\link.RAM -o vxWorks
\cygdrive\c\Tornado2.2\host\x86-win32\bin\ldarm: Dwarf Error: Could not find abbrev number
101.
partialImage. In function `usbPciByteIn':
partialImage.o(.text+0xfde8): undefined reference to `sysInByte'
partialImage. In function `usbPciWordIn':
partialImage.o(.text+0xfe18): undefined reference to `sysInWord'
partialImage. In function `usbPciDwordIn':
partialImage.o(.text+0xfe78): undefined reference to `sysInLong'
partialImage. In function `usbPciByteOut':
partialImage.o(.text+0xfefc): undefined reference to `sysOutByte'
partialImage. In function `usbPciWordOut':
partialImage.o(.text+0xff80): undefined reference to `sysOutWord'
partialImage. In function `usbPciDwordOut':
partialImage.o(.text+0x10018): undefined reference to `sysOutLong'
partialImage. In function `usbPciIntConnect':
partialImage.o(.text+0x10238): undefined reference to `pciIntDisconnect2'
partialImage. In function `usbPciIntRestore':
partialImage.o(.text+0x1035c): undefined reference to `pciIntDisconnect2'
make: *** [vxWorks] Error 0x1
Done.