> The driver needs to have a configured kernel with header. If you have build
> your kernel in a another directory that is not detected. you can try to
> specify the kernel source directory with:
>
> make KSRC=/xxxx/linux
>
> Luc
> _______________________________________________
> pwc mailing list
>
> http://lists.saillard.org/mailman/listinfo/pwc
>
Thanks for your reply.
Still not working, here is the output;
pwc-10.0.11]# make KSRC=/usr/src/linux-2.6.10
make -C /usr/src/linux-2.6.10 SUBDIRS=/tmp/pwc-10.0.11 modules
make[1]: Entering directory `/usr/src/linux-2.6.10'
CC [M] /tmp/pwc-10.0.11/pwc-if.o
/tmp/pwc-10.0.11/pwc-if.c:65:27: linux/version.h: No such file or director y
In file included from /tmp/pwc-10.0.11/pwc.h:32,
from /tmp/pwc-10.0.11/pwc-if.c:69:
include/linux/videodev.h:6:27: linux/version.h: No such file or directory
In file included from /tmp/pwc-10.0.11/pwc-if.c:69:
/tmp/pwc-10.0.11/pwc.h:36:27: linux/version.h: No such file or directory
/tmp/pwc-10.0.11/pwc-if.c:211:40: missing binary operator before token "("
/tmp/pwc-10.0.11/pwc-if.c:818:40: missing binary operator before token "("
/tmp/pwc-10.0.11/pwc-if.c:833:40: missing binary operator before token "("
/tmp/pwc-10.0.11/pwc-if.c:1354:40: missing binary operator before token "( "
/tmp/pwc-10.0.11/pwc-if.c:1390:40: missing binary operator before token "( "
/tmp/pwc-10.0.11/pwc-if.c:1661:40: missing binary operator before token "( "
/tmp/pwc-10.0.11/pwc-if.c:1797:40: missing binary operator before token "( "
make[2]: *** [/tmp/pwc-10.0.11/pwc-if.o] Error 1
make[1]: *** [_module_/tmp/pwc-10.0.11] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.10'
make: *** [all] Error 2
pwc-10.0.11]#
Any suggestions?
_______________________________________________
pwc mailing list
http://lists.saillard.org/mailman/listinfo/pwc
|