Mailing List archive

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

[linux-dvb] build-2.6 cvs problem



Hi

Some of the latest changes to cvs have broken the way I build
dvb-kernel. I build the main kernel with no DVB, but when I try
to make in build-2.6/ I get the following error:

====
nyk@natsu:~/src/dvb/dvb-kernel-20040317/build-2.6$ make
[ -L saa7146_video.c ] || ./getlinks
cc -o fdump fdump.c
./fdump ./dvb-ttpci-01.fw  dvb_ttpci_fw av7110_firm.h
firmware file './dvb-ttpci-01.fw' not found
make: *** [av7110_firm.h] Error 255
====

I presume this is something to do with this comment in
build-2.6/Makefile:

====
# if no DVB drivers are selected in the kernel config,
# assume that the user wants to compile the firmware
# statically into the driver and that the firmware file
# is in the current directory
ifndef CONFIG_DVB
CONFIG_DVB_AV7110_FIRMWARE_FILE = ./dvb-ttpci-01.fw 
DVB_FIRMWARE += av7110_firm.h
====

This is either extremely unhelpful to those of us who don't have
av7110's, or I'm building it wrong.

Suggestions?

Ta,

Nyk
-- 
/__
\_|\/
   /\


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



Home | Main Index | Thread Index