关于安装Z-Star摄像头中的一些疑问。
我的摄像头是天兴阳光的TX-9833,采用Z-Star 301B芯片,lsusb显示如下:Bus 003 Device 002: ID 0ac8:301b Z-Star Microelectronics Corp. Sansun SN-510 WebCam
本来想图方便用stdio编译好了的spca5xx-20050701-1mgc.i686.rpm,但是发现装上去不能用。只好下载源码自行编译,解开源码包后先make,出来一大堆错误,在公社论坛上搜了半天才发现一个关键的地方,原话如下:
另外,内核源码需要处于已配置状态,才能编译这些驱动。
方法是,以root用户
cd /usr/src/linux-2.6.9
gzip -dc /proc/config.gz >.config
make config
按Ctrl-C
make
出现 xxxxxx的时候,按Ctrl-C。就可以了。
按照此方法果然安装成功。
但是我还是不明白为什么要在make config和make时用Ctrl+C取消,是如何达到使内核源码处于已配置状态的。
在此之前,为了安装ATi的驱动,我曾经用make oldconfig、make menuconfig、make、make modules_install、make install对内核重新进行过编译。按我的理解应该是已经处于配置状态的。
论坛上还有一种说法是:
这是因为ml自带的源代码是未编译过的,编译驱动的时候就找不到这几个必要的模块。只能把内核再编译一下了。^_^
cd /usr/src/linux-2.6.9
cp /boot/config-2.6.9 .config
make scripts
但是我按照此方法还是不能安装。这又是为什么? :?:
不好意思,我很菜,很多东西都是依葫芦画瓢,只知其然,不知其所以然,希望各位高手指点12! 怎么不用编译好的RPM?
for Genius 2.0 Beta2
http://www.magiclinux.org/people/lovewilliam/USB_CAMERA/ 我的内核是2.6.9的,你最新的2mgc包安装时提示内核必须是2.6.10.3。原来的1mgc包安装到是没问题,但是modprobe 5spcaxx无法加载。 自己下载srpm编译一下吧 我是在spcaview的网站上下载的源码,按照我前面说的方法编译安装成功,现在已经可以使用了,就是还没闹明白是怎么回事,所以想问一下。
解开源码包后先make,出来一大堆错误
:-) 出错信息是什么呢?
错误大概是这个样子,这是后面的部分,太多了。
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8132: error: dereferencing pointer to incomplete type/root/spca5xx-20050701/drivers/usb/spca5xx.c:8133: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8145: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8146: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8147: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8148: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8150: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8151: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8152: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8153: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8159: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8160: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8161: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8162: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8163: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8164: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8165: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8166: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8179: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8180: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8181: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8182: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8183: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8184: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8185: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8186: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8198: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8199: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8200: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8201: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8202: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8203: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8204: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8205: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8210: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8211: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8212: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8213: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8214: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8215: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8216: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8217: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8222: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8223: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8224: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8225: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8226: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8227: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8228: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8229: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8235: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8236: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8237: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8238: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8239: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8240: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8241: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8242: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8248: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8249: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8250: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8251: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8252: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8253: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8254: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8255: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8267: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8268: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8269: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8270: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8271: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8272: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8273: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8274: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8285: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8286: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8287: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8288: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8289: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8290: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8291: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8292: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8304: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8305: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8306: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8307: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8308: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8309: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8310: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8311: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8316: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8317: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8318: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8319: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8320: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8321: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8322: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8323: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8336: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8337: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8338: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8339: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8341: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8342: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8343: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8344: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8349: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8350: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8351: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8352: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8353: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8354: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8355: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8356: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8368: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8369: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8370: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8371: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8372: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8373: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8374: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8375: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8387: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8388: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8389: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8390: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8391: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8392: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8393: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8394: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8406: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8407: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8408: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8409: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8411: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8412: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8413: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8414: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8419: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8420: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8421: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8422: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8424: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8425: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8426: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8427: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8433: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8434: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8435: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8436: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8438: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8439: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8440: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8441: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8445: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8446: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8447: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8448: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8450: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8451: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8452: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8453: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8464: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8465: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8466: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8467: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8468: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8469: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8470: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8471: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8478: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8479: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8480: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8481: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8482: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8483: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8484: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8485: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8498: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8499: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8500: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8501: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8502: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8503: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8504: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8505: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8517: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8518: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8519: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8520: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8521: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8522: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8523: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8524: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8536: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8537: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8538: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8539: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8540: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8541: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8542: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8543: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8555: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8556: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8557: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8558: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8559: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8560: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8561: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8562: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8574: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8575: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8576: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8577: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8578: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8579: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8580: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8581: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8597:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8610:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8616:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8626:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c: In function `spca5xx_probe':
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8629: error: `intf' undeclared (first use in this function)
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8631: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8636: error: invalid application of `sizeof' to incomplete type `usb_spca50x'
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8642: error: invalid application of `sizeof' to incomplete type `usb_spca50x'
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8644: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8645: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8645: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8652: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8655: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8656: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8660: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8661: warning: implicit declaration of function `init_MUTEX'
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8661: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8662: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8663: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8664: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8672: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8673: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8675: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8676:41: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8679: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8681: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8684: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8684: error: `video_nr' undeclared (first use in this function)
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8690: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8693: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8699:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8705: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8706: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8708: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8709: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8710:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8718: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8720: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8721: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8723: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8724: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8731:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8735: error: `EIO' undeclared (first use in this function)
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8739:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8742: error: `ENODEV' undeclared (first use in this function)
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8746:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8758:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c: In function `spca5xx_disconnect':
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8763: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8764: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8766: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8767: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8771: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8772: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8774: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8775: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8780: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8781: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8784: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8785:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8790: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8791: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8793:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8798: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8799: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8805: error: dereferencing pointer to incomplete type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8812:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8819:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8829:40: missing binary operator before token "("
/root/spca5xx-20050701/drivers/usb/spca5xx.c: At top level:
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8832: warning: initialization from incompatible pointer type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8833: warning: initialization from incompatible pointer type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8834: warning: initialization from incompatible pointer type
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8835: warning: braces around scalar initializer
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8835: warning: (near initialization for `spca5xx_driver.disconnect')
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8835: warning: excess elements in scalar initializer
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8835: warning: (near initialization for `spca5xx_driver.disconnect')
/root/spca5xx-20050701/drivers/usb/spca5xx.c: In function `usb_spca5xx_init':
/root/spca5xx-20050701/drivers/usb/spca5xx.c:8856: warning: format argument is not a pointer (arg 3)
/root/spca5xx-20050701/drivers/usb/spca5xx.c: At top level:
include/linux/elf.h:438: warning: array '_DYNAMIC' assumed to have one element
{standard input}:25103: Error: symbol `val' is already defined
{standard input}:25110: Error: symbol `val' is already defined
{standard input}:25435: Error: symbol `val' is already defined
{standard input}:25442: Error: symbol `val' is already defined
{standard input}:25448: Error: symbol `val' is already defined
{standard input}:25455: Error: symbol `val' is already defined
{standard input}:25462: Error: symbol `val' is already defined
{standard input}:25468: Error: symbol `val' is already defined
include/linux/sched.h:229: error: storage size of `mmap_sem' isn't known
include/linux/sched.h:263: error: storage size of `default_kioctx' isn't known
include/linux/sched.h:270: error: storage size of `action' isn't known
include/linux/sched.h:288: error: storage size of `shared_pending' isn't known
include/linux/sched.h:393: error: storage size of `wall_to_prev' isn't known
include/linux/sched.h:522: error: storage size of `start_time' isn't known
include/linux/sched.h:533: error: storage size of `rlim' isn't known
include/linux/sched.h:541: error: storage size of `thread' isn't known
include/linux/sched.h:553: error: storage size of `pending' isn't known
include/linux/stat.h:68: error: storage size of `atime' isn't known
include/linux/stat.h:69: error: storage size of `mtime' isn't known
include/linux/stat.h:70: error: storage size of `ctime' isn't known
{standard input}:27434: Error: symbol `val' is already defined
{standard input}:27441: Error: symbol `val' is already defined
{standard input}:27447: Error: symbol `val' is already defined
{standard input}:27460: Error: symbol `Reg55' is already defined
{standard input}:27466: Error: symbol `Reg55' is already defined
{standard input}:27472: Error: symbol `Reg55' is already defined
{standard input}:27478: Error: symbol `Reg55' is already defined
{standard input}:27484: Error: symbol `Reg55' is already defined
{standard input}:27490: Error: symbol `val' is already defined
{standard input}:27496: Error: symbol `val' is already defined
{standard input}:27502: Error: symbol `val' is already defined
{standard input}:27508: Error: symbol `val' is already defined
{standard input}:27514: Error: symbol `val' is already defined
{standard input}:27521: Error: symbol `val' is already defined
{standard input}:27527: Error: symbol `val' is already defined
{standard input}:27534: Error: symbol `length' is already defined
{standard input}:27540: Error: symbol `val' is already defined
{standard input}:27546: Error: symbol `val' is already defined
{standard input}:27552: Error: symbol `val' is already defined
{standard input}:27558: Error: symbol `val' is already defined
{standard input}:27564: Error: symbol `val' is already defined
{standard input}:27578: Error: symbol `bright' is already defined
{standard input}:27590: Error: symbol `val' is already defined
{standard input}:27603: Error: symbol `reg51c' is already defined
{standard input}:27611: Error: symbol `contrast' is already defined
{standard input}:27617: Error: symbol `val' is already defined
{standard input}:27623: Error: symbol `colors' is already defined
{standard input}:27661: Error: symbol `data' is already defined
{standard input}:27668: Error: symbol `data' is already defined
{standard input}:27675: Error: symbol `data' is already defined
{standard input}:27681: Error: symbol `data' is already defined
{standard input}:27687: Error: symbol `data' is already defined
{standard input}:27693: Error: symbol `data' is already defined
{standard input}:27699: Error: symbol `data' is already defined
{standard input}:27706: Error: symbol `data' is already defined
{standard input}:27713: Error: symbol `data' is already defined
{standard input}:27720: Error: symbol `data' is already defined
{standard input}:27727: Error: symbol `data' is already defined
{standard input}:27733: Error: symbol `data' is already defined
{standard input}:27740: Error: symbol `data' is already defined
{standard input}:27747: Error: symbol `data' is already defined
{standard input}:27753: Error: symbol `data' is already defined
{standard input}:27760: Error: symbol `data' is already defined
{standard input}:27767: Error: symbol `data' is already defined
{standard input}:27773: Error: symbol `data' is already defined
{standard input}:27779: Error: symbol `data' is already defined
{standard input}:27785: Error: symbol `data' is already defined
{standard input}:27791: Error: symbol `data' is already defined
{standard input}:27797: Error: symbol `data' is already defined
{standard input}:27803: Error: symbol `data' is already defined
{standard input}:27809: Error: symbol `data' is already defined
{standard input}:27821: Error: symbol `data' is already defined
{standard input}:27827: Error: symbol `data' is already defined
{standard input}:27833: Error: symbol `data' is already defined
{standard input}:27840: Error: symbol `data' is already defined
{standard input}:27847: Error: symbol `data' is already defined
{standard input}:27853: Error: symbol `data' is already defined
{standard input}:27860: Error: symbol `data' is already defined
{standard input}:27867: Error: symbol `data' is already defined
{standard input}:27873: Error: symbol `data' is already defined
{standard input}:27879: Error: symbol `data' is already defined
{standard input}:27885: Error: symbol `data' is already defined
{standard input}:27891: Error: symbol `data' is already defined
{standard input}:27897: Error: symbol `data' is already defined
{standard input}:27903: Error: symbol `data' is already defined
{standard input}:27909: Error: symbol `dataStart' is already defined
{standard input}:27915: Error: symbol `data' is already defined
{standard input}:27921: Error: symbol `data' is already defined
{standard input}:27927: Error: symbol `data' is already defined
{standard input}:27934: Error: symbol `data' is already defined
{standard input}:27941: Error: symbol `data' is already defined
{standard input}:27948: Error: symbol `data' is already defined
{standard input}:28006: Error: symbol `value' is already defined
{standard input}:28012: Error: symbol `value' is already defined
{standard input}:28018: Error: symbol `value' is already defined
{standard input}:28024: Error: symbol `value' is already defined
{standard input}:28030: Error: symbol `value' is already defined
{standard input}:28036: Error: symbol `value' is already defined
{standard input}:28042: Error: symbol `value' is already defined
{standard input}:28048: Error: symbol `value' is already defined
{standard input}:28054: Error: symbol `value' is already defined
{standard input}:28060: Error: symbol `value' is already defined
{standard input}:28067: Error: symbol `value' is already defined
{standard input}:28074: Error: symbol `value' is already defined
{standard input}:28080: Error: symbol `value' is already defined
{standard input}:28086: Error: symbol `value' is already defined
{standard input}:28092: Error: symbol `value' is already defined
{standard input}:28098: Error: symbol `value' is already defined
{standard input}:28105: Error: symbol `value' is already defined
{standard input}:28111: Error: symbol `value' is already defined
{standard input}:28117: Error: symbol `value' is already defined
{standard input}:28123: Error: symbol `value' is already defined
{standard input}:28129: Error: symbol `value' is already defined
{standard input}:28136: Error: symbol `value' is already defined
{standard input}:28142: Error: symbol `value' is already defined
{standard input}:28148: Error: symbol `value' is already defined
{standard input}:28154: Error: symbol `value' is already defined
{standard input}:28161: Error: symbol `value' is already defined
{standard input}:28167: Error: symbol `value' is already defined
{standard input}:28174: Error: symbol `value' is already defined
{standard input}:28180: Error: symbol `value' is already defined
{standard input}:28186: Error: symbol `value' is already defined
{standard input}:28192: Error: symbol `value' is already defined
{standard input}:28198: Error: symbol `value' is already defined
{standard input}:28204: Error: symbol `value' is already defined
{standard input}:28210: Error: symbol `value' is already defined
{standard input}:28216: Error: symbol `value' is already defined
{standard input}:28222: Error: symbol `value' is already defined
{standard input}:28228: Error: symbol `value' is already defined
{standard input}:28234: Error: symbol `value' is already defined
{standard input}:28240: Error: symbol `value' is already defined
{standard input}:28246: Error: symbol `value' is already defined
{standard input}:28252: Error: symbol `value' is already defined
{standard input}:28258: Error: symbol `value' is already defined
{standard input}:28264: Error: symbol `value' is already defined
{standard input}:28270: Error: symbol `value' is already defined
{standard input}:28276: Error: symbol `value' is already defined
{standard input}:28283: Error: symbol `value' is already defined
{standard input}:28290: Error: symbol `value' is already defined
{standard input}:28296: Error: symbol `value' is already defined
{standard input}:28302: Error: symbol `value' is already defined
{standard input}:28308: Error: symbol `value' is already defined
{standard input}:28314: Error: symbol `value' is already defined
{standard input}:28320: Error: symbol `value' is already defined
{standard input}:28326: Error: symbol `value' is already defined
{standard input}:28332: Error: symbol `value' is already defined
{standard input}:28339: Error: symbol `value' is already defined
{standard input}:28346: Error: symbol `value' is already defined
{standard input}:28352: Error: symbol `value' is already defined
{standard input}:28358: Error: symbol `value' is already defined
{standard input}:28365: Error: symbol `value' is already defined
{standard input}:28372: Error: symbol `value' is already defined
{standard input}:28378: Error: symbol `value' is already defined
{standard input}:28384: Error: symbol `value' is already defined
{standard input}:28390: Error: symbol `value' is already defined
{standard input}:28396: Error: symbol `value' is already defined
{standard input}:28402: Error: symbol `value' is already defined
{standard input}:28408: Error: symbol `value' is already defined
{standard input}:28415: Error: symbol `value' is already defined
{standard input}:28422: Error: symbol `value' is already defined
{standard input}:28428: Error: symbol `value' is already defined
{standard input}:28434: Error: symbol `value' is already defined
{standard input}:28440: Error: symbol `value' is already defined
{standard input}:28446: Error: symbol `value' is already defined
{standard input}:28452: Error: symbol `value' is already defined
{standard input}:28458: Error: symbol `value' is already defined
{standard input}:28464: Error: symbol `value' is already defined
{standard input}:28470: Error: symbol `value' is already defined
{standard input}:28477: Error: symbol `value' is already defined
{standard input}:28484: Error: symbol `value' is already defined
{standard input}:28490: Error: symbol `value' is already defined
{standard input}:28496: Error: symbol `value' is already defined
{standard input}:28502: Error: symbol `value' is already defined
{standard input}:28508: Error: symbol `value' is already defined
{standard input}:28514: Error: symbol `value' is already defined
{standard input}:28520: Error: symbol `value' is already defined
{standard input}:28527: Error: symbol `value' is already defined
{standard input}:28533: Error: symbol `value' is already defined
{standard input}:28540: Error: symbol `value' is already defined
{standard input}:28546: Error: symbol `value' is already defined
{standard input}:28552: Error: symbol `value' is already defined
{standard input}:28558: Error: symbol `value' is already defined
{standard input}:28564: Error: symbol `value' is already defined
{standard input}:28570: Error: symbol `value' is already defined
{standard input}:28576: Error: symbol `value' is already defined
{standard input}:28582: Error: symbol `value' is already defined
{standard input}:28588: Error: symbol `value' is already defined
{standard input}:28594: Error: symbol `value' is already defined
{standard input}:28601: Error: symbol `value' is already defined
{standard input}:28607: Error: symbol `value' is already defined
{standard input}:28613: Error: symbol `value' is already defined
{standard input}:28620: Error: symbol `value' is already defined
{standard input}:28626: Error: symbol `value' is already defined
{standard input}:28632: Error: symbol `value' is already defined
{standard input}:28638: Error: symbol `value' is already defined
{standard input}:28644: Error: symbol `value' is already defined
{standard input}:28650: Error: symbol `value' is already defined
{standard input}:28656: Error: symbol `value' is already defined
{standard input}:29205: Error: symbol `data' is already defined
{standard input}:29288: Error: symbol `data' is already defined
{standard input}:29294: Error: symbol `regF1' is already defined
{standard input}:29300: Error: symbol `err' is already defined
{standard input}:29307: Error: symbol `data' is already defined
{standard input}:29313: Error: symbol `data' is already defined
{standard input}:29319: Error: symbol `data' is already defined
{standard input}:29325: Error: symbol `data' is already defined
{standard input}:29331: Error: symbol `data' is already defined
{standard input}:29337: Error: symbol `data' is already defined
{standard input}:29343: Error: symbol `data' is already defined
{standard input}:29349: Error: symbol `data' is already defined
{standard input}:29355: Error: symbol `data' is already defined
{standard input}:29361: Error: symbol `data' is already defined
{standard input}:29367: Error: symbol `data' is already defined
{standard input}:29374: Error: symbol `err' is already defined
{standard input}:29986: Error: symbol `vw' is already defined
include/linux/fs.h:280: error: storage size of `ia_atime' isn't known
include/linux/fs.h:281: error: storage size of `ia_mtime' isn't known
include/linux/fs.h:282: error: storage size of `ia_ctime' isn't known
include/linux/quota.h:223: error: storage size of `dq_dqb' isn't known
include/linux/fs.h:360: error: storage size of `bd_sem' isn't known
include/linux/fs.h:361: error: storage size of `bd_mount_sem' isn't known
include/linux/fs.h:437: error: storage size of `i_atime' isn't known
include/linux/fs.h:438: error: storage size of `i_mtime' isn't known
include/linux/fs.h:439: error: storage size of `i_ctime' isn't known
include/linux/fs.h:447: error: storage size of `i_sem' isn't known
include/linux/fs.h:448: error: storage size of `i_alloc_sem' isn't known
include/linux/fs.h:454: error: storage size of `i_data' isn't known
include/linux/fs.h:585: error: storage size of `f_owner' isn't known
include/linux/fs.h:790: error: storage size of `s_umount' isn't known
include/linux/fs.h:791: error: storage size of `s_lock' isn't known
include/linux/fs.h:819: error: storage size of `s_vfs_rename_sem' isn't known
include/linux/device.h:377: error: storage size of `dev' isn't known
{standard input}:30004: Error: symbol `__ret' is already defined
{standard input}:30429: Error: symbol `seq' is already defined
{standard input}:30477: Error: symbol `sem_nsems' is already defined
{standard input}:30499: Error: symbol `lock' is already defined
{standard input}:31625: Error: symbol `files' is already defined
{standard input}:31808: Error: symbol `blocks' is already defined
include/linux/videodev2.h:325: error: storage size of `au_bitrate' isn't known
include/linux/videodev2.h:332: error: storage size of `vi_bitrate' isn't known
include/linux/videodev2.h:398: error: storage size of `timestamp' isn't known
include/linux/videodev2.h:399: error: storage size of `timecode' isn't known
include/linux/videodev2.h:433: error: storage size of `fmt' isn't known
include/linux/videodev2.h:482: error: storage size of `timeperframe' isn't known
include/linux/videodev2.h:581: error: storage size of `frameperiod' isn't known
/root/spca5xx-20050701/drivers/usb/spca5xx.h:498: error: storage size of `lock' isn't known
/root/spca5xx-20050701/drivers/usb/spca5xx.h:517: error: storage size of `buf_lock' isn't known
/root/spca5xx-20050701/drivers/usb/spca5xx.h:524: error: storage size of `param_lock' isn't known
/root/spca5xx-20050701/drivers/usb/spca5xx.c:5026: error: storage size of `p1' isn't known
/root/spca5xx-20050701/drivers/usb/spca5xx.c:5280: error: storage size of `vw1' isn't known
/root/spca5xx-20050701/drivers/usb/spcausb.h:87: warning: 'spca5xxRegRead' defined but not used
/root/spca5xx-20050701/drivers/usb/spca506.h:353: warning: 'spca506_SetBrightContrastHueColors' defined but not used
/root/spca5xx-20050701/drivers/usb/spca506.h:364: warning: 'spca506_GetBrightContrastHueColors' defined but not used
/root/spca5xx-20050701/drivers/usb/spca561.h:315: warning: 'sensor_Reset' defined but not used
/root/spca5xx-20050701/drivers/usb/spca561.h:409: warning: 'sensor_mapwrite' defined but not used
/root/spca5xx-20050701/drivers/usb/sonix.h:215: warning: 'tas5130_I2cinit' defined but not used
/root/spca5xx-20050701/drivers/usb/sonix.h:282: warning: 'pas106_I2cinit' defined but not used
/root/spca5xx-20050701/drivers/usb/sonix.h:292: warning: 'ov7630_I2cinit' defined but not used
/root/spca5xx-20050701/drivers/usb/cxlib.h:779: warning: 'cx_setcontrast' defined but not used
/root/spca5xx-20050701/drivers/usb/tv8532.h:136: warning: 'tv8532_initPictSetting' defined but not used
/root/spca5xx-20050701/drivers/usb/tv8532.h:175: warning: 'tv_8532ReadRegisters' defined but not used
/root/spca5xx-20050701/drivers/usb/tv8532.h:206: warning: 'tv_8532_setReg' defined but not used
/root/spca5xx-20050701/drivers/usb/tv8532.h:250: warning: 'tv_8532_PollReg' defined but not used
/root/spca5xx-20050701/drivers/usb/et61xx51.h:664: warning: 'Et_setAutobright' defined but not used
/root/spca5xx-20050701/drivers/usb/et61xx51.h:644: warning: 'Et_setgainG' defined but not used
/root/spca5xx-20050701/drivers/usb/sn9c102p.h:181: warning: 'sn9c102p_i2cwritebuf' defined but not used
/root/spca5xx-20050701/drivers/usb/sn9c102p.h:186: warning: 'sn9c102p_i2cread' defined but not used
/root/spca5xx-20050701/drivers/usb/sn9c102p.h:298: warning: 'hv7131R_InitSensor' defined but not used
/root/spca5xx-20050701/drivers/usb/sn9c102p.h:307: warning: 'hv7131R_ConfigSensor' defined but not used
/root/spca5xx-20050701/drivers/usb/sn9c102p.h:316: warning: 'hv7131R_StartSensor' defined but not used
/root/spca5xx-20050701/drivers/usb/spca5xx.c:2885: warning: 'spca5xx_restartMode' defined but not used
/root/spca5xx-20050701/drivers/usb/spca5xx.c:2925: warning: 'spca50x_mode_init_regs' defined but not used
{standard input}:32519: Error: symbol `d_flags' is already defined
{standard input}:33157: Error: symbol `flags' is already defined
{standard input}:33472: Error: symbol `lock' is already defined
{standard input}:33537: Error: symbol `data' is already defined
{standard input}:33609: Error: symbol `private' is already defined
{standard input}:33633: Error: symbol `nlink' is already defined
{standard input}:33639: Error: symbol `size' is already defined
{standard input}:33663: Error: symbol `owner' is already defined
{standard input}:33669: Error: symbol `next' is already defined
{standard input}:33675: Error: symbol `parent' is already defined
{standard input}:33687: Error: symbol `data' is already defined
{standard input}:33765: Error: symbol `version' is already defined
{standard input}:34083: Error: symbol `data' is already defined
{standard input}:34143: Error: symbol `release' is already defined
{standard input}:34245: Error: symbol `release' is already defined
{standard input}:34347: Error: symbol `context' is already defined
{standard input}:34364: Error: symbol `lock' is already defined
{standard input}:34370: Error: symbol `pipe' is already defined
{standard input}:34400: Error: symbol `complete' is already defined
{standard input}:34646: Error: symbol `reserved' is already defined
{standard input}:34682: Error: symbol `reserved' is already defined
{standard input}:34730: Error: symbol `reserved' is already defined
{standard input}:34772: Error: symbol `name' is already defined
{standard input}:34778: Error: symbol `type' is already defined
{standard input}:34808: Error: symbol `value' is already defined
{standard input}:34814: Error: symbol `type' is already defined
{standard input}:34844: Error: symbol `reserved' is already defined
{standard input}:34850: Error: symbol `index' is already defined
{standard input}:34856: Error: symbol `reserved' is already defined
{standard input}:34862: Error: symbol `type' is already defined
{standard input}:34898: Error: symbol `signal' is already defined
{standard input}:34910: Error: symbol `reserved' is already defined
{standard input}:34928: Error: symbol `reserved' is already defined
{standard input}:34934: Error: symbol `reserved' is already defined
{standard input}:34964: Error: symbol `count' is already defined
{standard input}:34982: Error: symbol `type' is already defined
{standard input}:35006: Error: symbol `contrast' is already defined
{standard input}:35041: Error: symbol `name' is already defined
{standard input}:35053: Error: symbol `next' is already defined
{standard input}:35065: Error: symbol `clips' is already defined
{standard input}:35160: Error: symbol `user' is already defined
{standard input}:35250: Error: symbol `wq' is already defined
{standard input}:35291: Error: symbol `force_rgb' is already defined
{standard input}:35297: Error: symbol `min_bpp' is already defined
{standard input}:35303: Error: symbol `lum_level' is already defined
{standard input}:35369: Error: symbol `err' is already defined
{standard input}:35375: Error: symbol `err' is already defined
{standard input}:35381: Error: symbol `err' is already defined
{standard input}:35387: Error: symbol `err' is already defined
{standard input}:35393: Error: symbol `err' is already defined
{standard input}:35399: Error: symbol `err' is already defined
{standard input}:35405: Error: symbol `err' is already defined
{standard input}:35411: Error: symbol `err' is already defined
{standard input}:35417: Error: symbol `err' is already defined
{standard input}:35423: Error: symbol `err' is already defined
{standard input}:35429: Error: symbol `err' is already defined
{standard input}:35435: Error: symbol `err' is already defined
{standard input}:35441: Error: symbol `err' is already defined
{standard input}:35447: Error: symbol `err' is already defined
{standard input}:35453: Error: symbol `Reg8391' is already defined
{standard input}:35459: Error: symbol `Reg8391' is already defined
{standard input}:35465: Error: symbol `err' is already defined
{standard input}:35471: Error: symbol `err' is already defined
{standard input}:35477: Error: symbol `err' is already defined
{standard input}:35483: Error: symbol `err' is already defined
{standard input}:35489: Error: symbol `err' is already defined
{standard input}:35507: Error: symbol `Reg8391' is already defined
{standard input}:35513: Error: symbol `Reg8391' is already defined
{standard input}:35519: Error: symbol `Reg8391' is already defined
{standard input}:35531: Error: symbol `i2c1' is already defined
{standard input}:35537: Error: symbol `i2c1' is already defined
{standard input}:35543: Error: symbol `i2c1' is already defined
{standard input}:35555: Error: symbol `CompressCtrl' is already defined
{standard input}:35561: Error: symbol `compress' is already defined
{standard input}:35567: Error: symbol `CompressCtrl' is already defined
{standard input}:35573: Error: symbol `compress' is already defined
{standard input}:35579: Error: symbol `CompressCtrl' is already defined
{standard input}:35585: Error: symbol `CompressCtrl' is already defined
{standard input}:35597: Error: symbol `val' is already defined
{standard input}:35603: Error: symbol `bright' is already defined
{standard input}:35609: Error: symbol `colors' is already defined
{standard input}:35621: Error: symbol `reg51c' is already defined
{standard input}:35627: Error: symbol `colors' is already defined
{standard input}:35633: Error: symbol `reg51c' is already defined
{standard input}:35639: Error: symbol `contrast' is already defined
{standard input}:35657: Error: symbol `value' is already defined
{standard input}:35663: Error: symbol `value' is already defined
{standard input}:35669: Error: symbol `value' is already defined
{standard input}:35675: Error: symbol `value' is already defined
{standard input}:35681: Error: symbol `value' is already defined
{standard input}:35687: Error: symbol `value' is already defined
{standard input}:35693: Error: symbol `value' is already defined
{standard input}:35699: Error: symbol `value' is already defined
{standard input}:35705: Error: symbol `value' is already defined
{standard input}:35711: Error: symbol `value' is already defined
{standard input}:35717: Error: symbol `err' is already defined
{standard input}:35723: Error: symbol `contrast' is already defined
{standard input}:35747: Error: symbol `Gbright' is already defined
{standard input}:35753: Error: symbol `r' is already defined
{standard input}:35759: Error: symbol `b' is already defined
{standard input}:35765: Error: symbol `g' is already defined
{standard input}:35771: Error: symbol `luma' is already defined
{standard input}:35777: Error: symbol `Gbright' is already defined
{standard input}:35783: Error: symbol `colors' is already defined
{standard input}:35795: Error: symbol `I2cc' is already defined
{standard input}:35801: Error: symbol `mode' is already defined
{standard input}:35807: Error: symbol `mode' is already defined
{standard input}:35813: Error: symbol `mode' is already defined
{standard input}:35819: Error: symbol `mode' is already defined
{standard input}:35831: Error: symbol `err' is already defined
{standard input}:35837: Error: symbol `data' is already defined
{standard input}:35843: Error: symbol `data' is already defined
{standard input}:35849: Error: symbol `err' is already defined
{standard input}:35855: Error: symbol `expotimes' is already defined
{standard input}:35867: Error: symbol `Expodoit' is already defined
{standard input}:35873: Error: symbol `Expodoit' is already defined
{standard input}:35879: Error: symbol `expotimesret' is already defined
{standard input}:35891: Error: symbol `contrast' is already defined
{standard input}:35897: Error: symbol `contrast' is already defined
{standard input}:35903: Error: symbol `contrast' is already defined
{standard input}:35915: Error: symbol `p' is already defined
{standard input}:35927: Error: symbol `tmp' is already defined
{standard input}:35933: Error: symbol `tmp' is already defined
{standard input}:35945: Error: symbol `vm' is already defined
{standard input}:35963: Error: symbol `frame' is already defined
{standard input}:35969: Error: symbol `ret' is already defined
make: *** 错误 1
make: *** 错误 2
make: *** 错误 2
页:
[1]