Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: DVB-Driver don't compile



Hi!

On Sat, 29 Sep 2001, Robert Weilhammer wrote:
> I also tried to compile the dvb driver on my linux box (Rh 7.1 / Rawhide 
> 1.0 running on an Athlon Processor).
> 
> After compiled 2.4.10 with all i2c options and restart the compiled 
> kernel, I'm getting the same Warnings as Matthias :

If you renewed the kernel you also have to recompile all external kernel
modules afterwards, of course.

> /usr/src/linux/include/linux/modversions.h -I ../ost/include -I . 
> -D__DVB_PACK__ -g -DUSE_OSD  -c -o tda8083.o tda8083.c
> tda8083.c: In function `dvb_command':
> tda8083.c:200: warning: unused variable `vstatus'
> tda8083.c:161: warning: unused variable `tda'
> make[2]: Leaving directory `/var/scratch/DVB/driver'
> make[1]: Leaving directory `/usr/src/linux'
> 
> After this Warning gcc stop to compile.

What else should it compile? tda8083.c is the last one as of

M_OBJS       = saa7146_v4l.o dvb_demux.o dvb_net.o dvb_filter.o dvb_firm.o\
VES1893.o VES1820.o L64781.o dvb.o tuner.o stv0299.o tda8083.o
MX_OBJS      = saa7146_core.o dmxdev.o dvbdev.o
obj-m        = $(MX_OBJS) $(M_OBJS)

The warnings are true. `vstatus' + `tda' *are* unused variables. So gcc 
has to report them if it's called with -Wall. Not errors, just warnings.

> Which packages additionaly required to compile the dvb-driver ???

What is the real compilation error?


Bye,
     Rolf



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index