|
|
- make
- Building SPCA5XX driver for 2.5/2.6 kernel.
- Remember: you must have read/write access to your kernel source tree.
- make -C /lib/modules/`uname -r`/build SUBDIRS=/root/spca5xx-20050701 modules
- make[1]: Entering directory `/usr/src/linux-2.6.14-rc2-mm2'
- CC [M] /root/spca5xx-20050701/drivers/usb/spcadecoder.o
- In file included from /root/spca5xx-20050701/drivers/usb/spcadecoder.h:5,
- from /root/spca5xx-20050701/drivers/usb/spcadecoder.c:35:
- /root/spca5xx-20050701/drivers/usb/spca5xx.h:23:5: warning: "LINUX_VERSION_CODE" is not defined
- /root/spca5xx-20050701/drivers/usb/spca5xx.h:23:26: warning: "KERNEL_VERSION" is not defined
- /root/spca5xx-20050701/drivers/usb/spca5xx.h:23:40: missing binary operator before token "("
- /root/spca5xx-20050701/drivers/usb/spca5xx.h:44:5: warning: "LINUX_VERSION_CODE" is not defined
- /root/spca5xx-20050701/drivers/usb/spca5xx.h:44:26: warning: "KERNEL_VERSION" is not defined
- /root/spca5xx-20050701/drivers/usb/spca5xx.h:44:40: missing binary operator before token "("
- /root/spca5xx-20050701/drivers/usb/spca5xx.h:51:27: linux/tqueue.h: No such file or directory
- /root/spca5xx-20050701/drivers/usb/spca5xx.h:54:5: warning: "LINUX_VERSION_CODE" is not defined
- /root/spca5xx-20050701/drivers/usb/spca5xx.h:54:27: warning: "KERNEL_VERSION" is not defined
- /root/spca5xx-20050701/drivers/usb/spca5xx.h:54:41: missing binary operator before token "("
- In file included from /root/spca5xx-20050701/drivers/usb/spcadecoder.h:5,
- from /root/spca5xx-20050701/drivers/usb/spcadecoder.c:35:
- /root/spca5xx-20050701/drivers/usb/spca5xx.h:455: error: field `task' has incomplete type
- make[2]: *** [/root/spca5xx-20050701/drivers/usb/spcadecoder.o] Error 1
- make[1]: *** [_module_/root/spca5xx-20050701] Error 2
- make[1]: Leaving directory `/usr/src/linux-2.6.14-rc2-mm2'
- make: *** [default] Error 2
复制代码 |
|