我下载了spca5xx-20060501.tar.gz,解压,然后到该文件夹路径下
[root@localhost spca5xx-20060501]# 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/soft/spca5xx-20060501 CC=cc modules
make[1]: Entering directory `/usr/src/linux-2.6.12.3'
CC [M] /root/soft/spca5xx-20060501/drivers/usb/spca5xx.o
CC [M] /root/soft/spca5xx-20060501/drivers/usb/spcadecoder.o
LD [M] /root/soft/spca5xx-20060501/spca5xx.o
Building modules, stage 2.
MODPOST
CC /root/soft/spca5xx-20060501/spca5xx.mod.o
LD [M] /root/soft/spca5xx-20060501/spca5xx.ko
make[1]: Leaving directory `/usr/src/linux-2.6.12.3'
我换了两个内核都是类似的错误,请教那位高手指点一下,我究竟是什么问题??
万分感谢!!!