|
我的毕业设计是基于pxa255的视频会议系统
我用的是arm-linux
我在编译内核的时候选择了"USB support""UHCI controller"
...
#make zImage后出现
....
drivers/usb/usbdrv.o(.text+0xb630): In function `alloc_td':
/home/sitsang/linux-2.4.19/drivers/usb/usb-uhci.c:257: undefined reference to `pci_pool_alloc'
drivers/usb/usbdrv.o(.text+0xb820): In function `delete_desc':
/home/sitsang/linux-2.4.19/drivers/usb/usb-uhci.c:368: undefined reference to `pci_pool_free'
drivers/usb/usbdrv.o(.text+0xb844): In function `alloc_qh':
/home/sitsang/linux-2.4.19/drivers/usb/usb-uhci.c:377: undefined reference to `pci_pool_alloc'
drivers/usb/usbdrv.o(.text+0xbb3c): In function `cleanup_skel':
/home/sitsang/linux-2.4.19/drivers/usb/usb-uhci.c:551: undefined reference to `pci_pool_destroy'
drivers/usb/usbdrv.o(.text+0xbc34): In function `init_skel':
/home/sitsang/linux-2.4.19/drivers/usb/usb-uhci.c:577: undefined reference to `pci_pool_create'
make: *** [vmlinux] Error 1
请高手指点啊
现在急啊 |
|