Mailing List archive

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

[linux-dvb] Compile error 'busy' with RH 7.3



I am a newbie to this, and I am trying to get a dvbs card to run with Redhat 7.3.

I have followed the instructions as best I could, but still get the error. I saw couple of hits on this list, but I could not really get the answer I needed. I am not a coder, so simple advice would be appreciated.

Here is the error

"[root@localhost DVB]# make
(cd driver; make)
/usr/src/linux-2.4.18-5/scripts/pathdown.sh: TOPDIR: parameter null or not set
make[1]: Entering directory `/root/dvbs/DVB/driver'
DIR=`pwd`; (cd /usr/src/linux-2.4.18-5; make SUBDIRS=$DIR modules)
make[2]: Entering directory `/usr/src/linux-2.4.18-5'
make -r -f tmp_include_depends all
make[3]: Entering directory `/usr/src/linux-2.4.18-5'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/linux-2.4.18-5'
make -C  /root/dvbs/DVB/driver CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.18-5/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.18-5/include/linux/modversions.h" MAKING_MODULES=1 modules
make[3]: Entering directory `/root/dvbs/DVB/driver'
cc  -D__KERNEL__ -I/usr/src/linux-2.4.18-5/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.18-5/include/linux/modversions.h -I ../ost/include -I . -D__DVB_PACK__ -g -DUSE_OSD  -DKBUILD_BASENAME=dvb  -DEXPORT_SYMTAB -c dvb.c
dvb.c:3504: unknown field `busy' specified in initializer
make[3]: *** [dvb.o] Error 1
make[3]: Leaving directory `/root/dvbs/DVB/driver'
make[2]: *** [_mod_/root/dvbs/DVB/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.18-5'
make[1]: *** [here] Error 2
make[1]: Leaving directory `/root/dvbs/DVB/driver'
make: *** [dvb] Error 2"

Regards,

S Burjak



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



Home | Main Index | Thread Index