LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   tmp_include_depends problem (https://www.linuxquestions.org/questions/linux-software-2/tmp_include_depends-problem-142552/)

linx win 02-05-2004 04:45 AM

tmp_include_depends problem
 
I am trying to install a driver for my Technisat (b2c2) DVB card on RedHat 9 and i686 PC. I got a driver from linuxtv.org on this link:
http://www.linuxtv.org/download/dvb/...b-1.1.0.tar.gz
I did make but I got an error for tmp_include_depends: No such file or directory:

make -C /lib/modules/2.4.20-8custom/build CC="gcc -I/root/linuxtv-dvb-1.1.0/build-2.4/include" SUBDIRS=/root/linuxtv-dvb-1.1.0/build-2.4 modules
make[2]: Entering directory `/usr/src/linux-2.4.20-8'
make -r -f tmp_include_depends all
make[3]: Entering directory `/usr/src/linux-2.4.20-8'
make[3]: tmp_include_depends: No such file or directory
make[3]: *** No rule to make target `tmp_include_depends'. Stop.
make[3]: Leaving directory `/usr/src/linux-2.4.20-8'
make[2]: *** [tmp_include_depends] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.20-8'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/root/linuxtv-dvb-1.1.0/build-2.4'
make: *** [all] Error 2

I already activated the i2c support in the kernel 2.4.20-8custom. Does any one know how tosolve this problem?


All times are GMT -5. The time now is 04:59 PM.