请问:基于TQ2440的示例程序cam2jpg在2.6.30.4编译不过去?
错误信息:
[root@localhost cam2jpg]# make
/opt/EmbedSky/4.3.3/bin/arm-linux-gcc-4.3.3 -O2 -Wall -c -o main.o main.c
In file included from main.c:18:
videodev.h:4:28: error: linux/compiler.h: No such file or directory
main.c: In function 'main':
main.c:66: warning: pointer targets in passing argument 1 of 'getJpegPicture' differ in signedness
main.c:86: warning: pointer targets in passing argument 1 of 'getJpegPicture' differ in signedness
make: *** [main.o] 错误 1