Mailing List archive

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

make problem with .03c



cvickers@v-and-b.de writes:
 > Using kernel 2.2.13 from SuSE 6.3 i get the following:
 > 
 > gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-
 > prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-
 > strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-
 > functions=2 -DCPU=586 -DMODULE   -c -o tuner.o tuner.c
 > tuner.c:144: warning: `tuner_mode' defined but not used
 > echo Lost
 > Lost
 > cd $TOPDIR/modules; for i in i2c-core.o videodev.o 
 > saa7146_core.o  saa7146_v4l.o VES1893.o VES1820.o dvb.o 
 > tuner.o; do \
 >     ln -sf ../Lost/$i $i; done
 > make[3]: Leaving directory `/usr/local/bin/DVB/driver'
 > make[2]: Leaving directory `/usr/src/linux-2.2.13'
 > make[1]: Leaving directory `/usr/local/bin/DVB/driver'

Looks fine to me.

 > a subsequent attempt at "make insmod" totally freezes the machine. 

This is a problem and hard to track.
Could you check after which insmod it freezes, i.e. type in the
commands for "make insmod" in Makefile manually. 
This at least gives me an idea which module could be causing it.

Do you have a satellite or cable DVB card?
What kind of mainboard and graphics card do you have? 
Did you ever use the board with Windows and did it work?


Ralph



Home | Main Index | Thread Index