Re: [Linux-uvc-devel] Unable to make with Fedora Core 5
Linux UVC driver and tools
Brought to you by:
pinchartl
|
From: James W. S. <js...@co...> - 2006-03-25 20:52:57
|
David Moore wrote: > On Sat, 2006-03-25 at 08:53 -0800, James W. Spring wrote: > > >> This is what I receive after changing and attempting to Make this time. >> I changed lib/modules/2.6.15-1.2054_FC5/build >> VERSION = 2 >> PATCHLEVEL = 6 >> SUBLEVEL = 16 >> # EXTRAVERSION = -1.2054_FC5 >> > > Try changing this line > in /lib/modules/2.6.15-1.2054_FC5/build/include/linux/version.h from: > > #define LINUX_VERSION_CODE 132623 > > to: > > #define LINUX_VERSION_CODE 132624 > > and then rebuild. > > -David > > > David, The driver compiled thanks. I still had a error. James uvcdriver]$ make Building USB Video Class driver... make[1]: Entering directory `/usr/src/kernels/2.6.15-1.2054_FC5-i686' CC [M] /usr/local/src/uvcdriver/uvcvideo.o /usr/local/src/uvcdriver/uvcvideo.c: In function ‘uvc_v4l2_do_ioctl’: /usr/local/src/uvcdriver/uvcvideo.c:2062: warning: implicit declaration of function ‘v4l2_printk_ioctl’ Building modules, stage 2. MODPOST *** Warning: "v4l2_printk_ioctl" [/usr/local/src/uvcdriver/uvcvideo.ko] undefined! CC /usr/local/src/uvcdriver/uvcvideo.mod.o LD [M] /usr/local/src/uvcdriver/uvcvideo.ko make[1]: Leaving directory `/usr/src/kernels/2.6.15-1.2054_FC5-i686' |