各位高手,我想请教一个问题,我用windml开发epson13506的驱动,建立一个vxworks工程后,在EXTRA_MODOULES下添加$(WIND_BASE)\target\lib\arm\ARMARCH4\common\wndml.o后编译vxwroks镜像出现如下问题,请大家帮忙,谢谢!我的硬件平台是arm9200!
partialImage. In function `uglGraphicsDevAccessCheck':
partialImage.o(.text+0x28b8c): undefined reference to `pciFindDevice'
partialImage.o(.text+0x28b8c): relocation truncated to fit: R_ARM_PC24 pciFindDevice
partialImage. In function `uglPCIAddressGet':
partialImage.o(.text+0x28cb0): undefined reference to `pciConfigInLong'
partialImage.o(.text+0x28cb0): relocation truncated to fit: R_ARM_PC24 pciConfigInLong
partialImage.o(.text+0x28cd4): undefined reference to `pciConfigOutLong'
partialImage.o(.text+0x28cd4): relocation truncated to fit: R_ARM_PC24 pciConfigOutLong
partialImage.o(.text+0x28cf8): undefined reference to `pciConfigInLong'
partialImage.o(.text+0x28cf8): relocation truncated to fit: R_ARM_PC24 pciConfigInLong
partialImage.o(.text+0x28d48): undefined reference to `pciConfigOutLong'
partialImage.o(.text+0x28d48): relocation truncated to fit: R_ARM_PC24 pciConfigOutLong
partialImage. In function `igsSndDevCreate':
partialImage.o(.text+0x2a158): undefined reference to `sysOutByte'
partialImage.o(.text+0x2a158): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a168): undefined reference to `sysInByte'
partialImage.o(.text+0x2a168): relocation truncated to fit: R_ARM_PC24 sysInByte
partialImage.o(.text+0x2a17c): undefined reference to `sysInByte'
partialImage.o(.text+0x2a17c): relocation truncated to fit: R_ARM_PC24 sysInByte
partialImage.o(.text+0x2a198): undefined reference to `sysOutByte'
partialImage.o(.text+0x2a198): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage. In function `audioInterrupt':
partialImage.o(.text+0x2a448): undefined reference to `sysInByte'
partialImage.o(.text+0x2a448): relocation truncated to fit: R_ARM_PC24 sysInByte
partialImage.o(.text+0x2a45c): undefined reference to `sysOutByte'
partialImage.o(.text+0x2a45c): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a46c): undefined reference to `sysInByte'
partialImage.o(.text+0x2a46c): relocation truncated to fit: R_ARM_PC24 sysInByte
partialImage.o(.text+0x2a484): undefined reference to `sysOutByte'
partialImage.o(.text+0x2a484): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage. In function `sndIgsUnlockAudio':
partialImage.o(.text+0x2a5d0): undefined reference to `sysOutByte'
partialImage.o(.text+0x2a5d0): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a5e4): undefined reference to `sysInByte'
partialImage.o(.text+0x2a5e4): relocation truncated to fit: R_ARM_PC24 sysInByte
partialImage.o(.text+0x2a5f4): undefined reference to `sysOutByte'
partialImage.o(.text+0x2a5f4): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a604): undefined reference to `sysOutByte'
partialImage.o(.text+0x2a604): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a614): undefined reference to `sysInByte'
partialImage.o(.text+0x2a614): relocation truncated to fit: R_ARM_PC24 sysInByte
partialImage.o(.text+0x2a628): undefined reference to `sysOutByte'
partialImage.o(.text+0x2a628): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage. In function `sndIgsAudioEnable':
partialImage.o(.text+0x2a6f4): undefined reference to `sysOutByte'
partialImage.o(.text+0x2a6f4): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a708): undefined reference to `sysOutByte'
partialImage.o(.text+0x2a708): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a718): undefined reference to `sysOutByte'
partialImage.o(.text+0x2a718): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a728): undefined reference to `sysOutByte'
partialImage.o(.text+0x2a728): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a738): more undefined references to `sysOutByte' follow
partialImage. In function `sndIgsAudioEnable':
partialImage.o(.text+0x2a738): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a748): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a758): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a768): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a778): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a788): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a798): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a7a8): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage. In function `sndIgsIntEnable':
partialImage.o(.text+0x2a964): relocation truncated to fit: R_ARM_PC24 sysOutByte
partialImage.o(.text+0x2a97c): relocation truncated to fit: R_ARM_PC24 sysOutByte
make: *** [vxWorks] Error 1
Done.