Mailing List archive

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

[linux-dvb] Re: Problem with dvb and kernel 2.5.72



>
> > scripts/Makefile.build:35: *** kbuild: lib/Makefile - Use of L_TARGET is
> > replaced by lib-y in 2.5. Please fix!.  Stop.
> > make: *** [lib] Error 2
>
> We have our own version of "lib/Makefile" in the "dvb-kernel" tree,
> because some part of the patch did not make it into the kernel yet.
>
> Apparently, lib/Makefile has been changed because of the changes in the
> kernel build system. I've updated the file, so that it should work with
> 2.5.72 now.
>

make bzImage works now but make modules fails:

 CC [M]  drivers/media/common/saa7146_i2c.o
  CC [M]  drivers/media/common/saa7146_core.o
  CC [M]  drivers/media/common/saa7146_fops.o
  CC [M]  drivers/media/common/saa7146_video.o
  CC [M]  drivers/media/common/saa7146_hlp.o
  CC [M]  drivers/media/common/saa7146_vbi.o
  LD [M]  drivers/media/common/saa7146.o
  LD [M]  drivers/media/common/saa7146_vv.o
  CC [M]  drivers/media/dvb/dvb-core/dvbdev.o
  CC [M]  drivers/media/dvb/dvb-core/dmxdev.o
  CC [M]  drivers/media/dvb/dvb-core/dvb_demux.o
  CC [M]  drivers/media/dvb/dvb-core/dvb_filter.o
  CC [M]  drivers/media/dvb/dvb-core/dvb_functions.o
  CC [M]  drivers/media/dvb/dvb-core/dvb_frontend.o
drivers/media/dvb/dvb-core/dvb_frontend.c: In function `dvb_frontend_start':
drivers/media/dvb/dvb-core/dvb_frontend.c:531: warning: unused variable `pt'
  CC [M]  drivers/media/dvb/dvb-core/dvb_i2c.o
  CC [M]  drivers/media/dvb/dvb-core/dvb_net.o
drivers/media/dvb/dvb-core/dvb_net.c:48: field `tq' has incomplete type
drivers/media/dvb/dvb-core/dvb_net.c: In function 
`dvb_net_set_multicast_list':
drivers/media/dvb/dvb-core/dvb_net.c:350: warning: implicit declaration of 
function `schedule_task'
drivers/media/dvb/dvb-core/dvb_net.c: In function `dvb_net_add_if':
drivers/media/dvb/dvb-core/dvb_net.c:476: warning: implicit declaration of 
function `PREPARE_TQUEUE'
drivers/media/dvb/dvb-core/dvb_net.c: In function `dvb_net_remove_if':
drivers/media/dvb/dvb-core/dvb_net.c:500: `tqueue_lock' undeclared (first use 
in this function)
drivers/media/dvb/dvb-core/dvb_net.c:500: (Each undeclared identifier is 
reported only once
drivers/media/dvb/dvb-core/dvb_net.c:500: for each function it appears in.)
make[4]: *** [drivers/media/dvb/dvb-core/dvb_net.o] Error 1
make[3]: *** [drivers/media/dvb/dvb-core] Error 2
make[2]: *** [drivers/media/dvb] Error 2
make[1]: *** [drivers/media] Error 2
make: *** [drivers] Error 2

My second problem:

I miss the script driver.av7110 which is described in the README file.

Dirk



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



Home | Main Index | Thread Index