Hi,
I have compile a kernel 2.6.3 (from ftp.kernel.org)
I2C support   M
   I2C device interface M
Video for linux M
   all the options down: M

I downloaded the zoran driver 0.9.4. Here is the output of make:
[EMAIL PROTECTED] driver-zoran-0.9.4]# make
Making Unified Zoran (zr360x7) driver for 2.6.3-1-vfl kernel...
make[1]: Entering directory `/usr/src/linux-2.6.3'
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
make[2]: `arch/i386/kernel/asm-offsets.s' is up to date.
CC [M] /tmp/driver-zoran-0.9.4/zoran_driver.o
/tmp/driver-zoran-0.9.4/zoran_driver.c:54:27: linux/wrapper.h: No such file or directory
/tmp/driver-zoran-0.9.4/zoran_driver.c: In function `v4l_fbuffer_alloc':
/tmp/driver-zoran-0.9.4/zoran_driver.c:360: warning: implicit declaration of function `mem_map_reserve'
/tmp/driver-zoran-0.9.4/zoran_driver.c: In function `v4l_fbuffer_free':
/tmp/driver-zoran-0.9.4/zoran_driver.c:480: warning: implicit declaration of function `mem_map_unreserve'
/tmp/driver-zoran-0.9.4/zoran_driver.c: In function `zoran_open':
/tmp/driver-zoran-0.9.4/zoran_driver.c:1265: error: called object is not a function
make[2]: *** [/tmp/driver-zoran-0.9.4/zoran_driver.o] Error 1
make[1]: *** [/tmp/driver-zoran-0.9.4] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.3'
make: *** [here] Error 2


I took a look on the mailing list and found this :
... The Zoran driver is alreaddy included in the 2.6.* kernel. If you want to compile the kernel yourself, ...
Does that mean that I have not to install the driver-zoran 0.9.4 ?


In the same letter, I found this:
... On the other hand you can download a more accurate driver for the kernel from the CVS, but you have to compile that driver:
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/mjpeg \
co -r ZORAN_VIDEODEV_2 driver-zoran/ ...
Does that mean that I have to write in a console :
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/mjpeg \ co -r ZORAN_VIDEODEV_2 driver-zoran/
to got the driver, but how do i compile it ?


As I am a newbie, I do need some help !
Thank you
Jean Christophe


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to