Seppo Ingalsuo wrote:
Hi,
Lauri Tischler wrote:
/usr/src/multiproto/v4l/cx25840-core.c:71: error: conflicting type qualifiers for 'addr_data' /usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h:41: error: previous declaration of 'addr_data' was here
Please try this found from linux-dvb ml:
Now I found a little patch which brought me over this compile error: http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc4/2....
Thanks, that cured that problem, up pops next problem --- CC [M] /usr/src/multiproto/v4l/ivtv-i2c.o /usr/src/multiproto/v4l/ivtv-i2c.c: In function 'ivtv_i2c_register': /usr/src/multiproto/v4l/ivtv-i2c.c:171: error: 'struct i2c_board_info' has no member named 'driver_name' make[3]: *** [/usr/src/multiproto/v4l/ivtv-i2c.o] Error 1 make[2]: *** [_module_/usr/src/multiproto/v4l] Error 2 make[2]: Leaving directory `/usr/src/linux-headers-2.6.26-1-686' make[1]: *** [default] Error 2 make[1]: Leaving directory `/usr/src/multiproto/v4l' make: *** [all] Error 2 lassehome:/usr/src/multiproto# --- It seems that multiproto is really too broken to use. Grabbed and installed dvb-api-wrapper and normal v4l-dvb tree now it works, after I get my S2-board things maybe different.