Page 1 of 1

TBS-Drivers and Kernel 3.10

PostPosted: Tue Jul 09, 2013 4:42 pm
by unixer
Hi,
when i make the tbs drivers versione 130506 with kernel 3.10 i have these error

Code: Select All Code
/usr/local/src/openbricks.1.2/build/build.x86_64.eglibc/tbs-drivers-v130506/linux-tbs-drivers/v4l/bttv-input.c: In function 'fini_bttv_i2c':
/usr/local/src/openbricks.1.2/build/build.x86_64.eglibc/tbs-drivers-v130506/linux-tbs-drivers/v4l/bttv-input.c:431:2: error: void value not ignored as it ought to be
/usr/local/src/openbricks.1.2/build/build.x86_64.eglibc/tbs-drivers-v130506/linux-tbs-drivers/v4l/bttv-input.c:432:1: warning: control reaches end of non-void function [-Wreturn-type]
make[3]: *** [/usr/local/src/openbricks.1.2/build/build.x86_64.eglibc/tbs-drivers-v130506/linux-tbs-drivers/v4l/bttv-input.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [_module_/usr/local/src/openbricks.1.2/build/build.x86_64.eglibc/tbs-drivers-v130506/linux-tbs-drivers/v4l] Error 2
make[2]: Leaving directory `/usr/local/src/openbricks.1.2/build/build.x86_64.eglibc/linux-3.10'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/usr/local/src/openbricks.1.2/build/build.x86_64.eglibc/tbs-drivers-v130506/linux-tbs-drivers/v4l'
make: *** [all] Error 2

Re: TBS-Drivers and Kernel 3.10

PostPosted: Tue Jul 09, 2013 8:30 pm
by updatelee
Do you need the bttv driver? just disable it in make menuconfig and recompile

UDL

Re: TBS-Drivers and Kernel 3.10

PostPosted: Tue Jul 09, 2013 8:34 pm
by unixer
updatelee Wrote:Do you need the bttv driver? just disable it in make menuconfig and recompile

UDL


tanks
but if i disable the modules i have other errors with other modules :(

these is the brutal patch for compile tbs-drivers and kernel 3.10

Code: Select All Code
https://dl.dropboxusercontent.com/u/23897246/tbs-kernel-3.10.patch