这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 嵌入式开发 » MCU » vxworks下开发usb驱动请进!!

共4条 1/1 1 跳转至

vxworks下开发usb驱动请进!!

菜鸟
2005-08-29 21:33:37     打赏

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.




关键词: vxworks     开发     驱动     请进    

菜鸟
2005-08-31 20:02:00     打赏
2楼

怎么没人帮忙啊,!!up


菜鸟
2005-09-02 05:37:00     打赏
3楼
汗...都是编译错误...你没有定义这些函数,你的这些函数都在哪个文件中? include一下

菜鸟
2005-09-03 21:01:00     打赏
4楼
很明显你的工程里面没有sysInByte这些基本的函数,类似的函数一般在BSP的sysLib.c或者库函数里面。

共4条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]