Discussion:
[linux-dvb] Problem compiling linuxtv-dvb-1.1.1
(too old to reply)
Gael Beaudoin
2005-12-25 21:17:06 UTC
Permalink
Hello :)

I'm trying to compile the linux tv dvb drivers but I keep having this errors :

-------------------------------------

***@nimbus:~/workspace/sources/linuxtv-dvb-1.1.1/build-2.6$ make
[ -L saa7146_video.c ] || ./getlinks
make -C /lib/modules/2.6.12-10-386/build SUBDIRS=/home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.12-10-386 »
CC [M] /home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6/dvb_net.o
In file included from include/linux/if_ether.h:107,
from include/linux/netdevice.h:29,
from /home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6/dvb_net.h:26,
from /home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6/dvb_net.c:31:
include/linux/skbuff.h: In function ‘skb_add_data’:
include/linux/skbuff.h:1067: attention : pointer targets in passing argument 1 of ‘csum_and_copy_from_user’ differ in signedness
/home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6/dvb_net.c: In function ‘dvb_net_eth_type_trans’:
/home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6/dvb_net.c:81: erreur: ‘union <anonymous>’ has no member named ‘ethernet’
make[2]: *** [/home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6/dvb_net.o] Erreur 1
make[1]: *** [_module_/home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.12-10-386 »
make: *** [all] Erreur 2

-------------------------------------

I tried on two pc, one using kubuntu kernel 2.6.12, the other running kubuntu kernel 2.6.12-k7-smp

Any ideas ?

Thank you !
Gaël Beaudoin
Gael Beaudoin
2005-12-25 21:59:47 UTC
Permalink
Post by Gael Beaudoin
Hello :)
-------------------------------------
[ -L saa7146_video.c ] || ./getlinks
make -C /lib/modules/2.6.12-10-386/build SUBDIRS=/home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.12-10-386 »
CC [M] /home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6/dvb_net.o
In file included from include/linux/if_ether.h:107,
from include/linux/netdevice.h:29,
from /home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6/dvb_net.h:26,
include/linux/skbuff.h:1067: attention : pointer targets in passing argument 1 of ‘csum_and_copy_from_user’ differ in signedness
/home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6/dvb_net.c:81: erreur: ‘union <anonymous>’ has no member named ‘ethernet’
make[2]: *** [/home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6/dvb_net.o] Erreur 1
make[1]: *** [_module_/home/gaboo/workspace/sources/linuxtv-dvb-1.1.1/build-2.6] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.12-10-386 »
make: *** [all] Erreur 2
-------------------------------------
I tried on two pc, one using kubuntu kernel 2.6.12, the other running kubuntu kernel 2.6.12-k7-smp
Any ideas ?
Thank you !
Gaël Beaudoin
_______________________________________________
linux-dvb mailing list
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
I compiled latest v4l-dvb CVS and it works perfectly.
Thank you, thank you very much for your work!

Now I can enjoy my dvb hardware on linux!
Gaël Beaudoin

Loading...