Mailing List archive

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

[linux-dvb] Re: scan doesn't compile



Stefan Hußfeldt wrote:
> Hello,
> 
> scan from todays (CVS) DVB package doesn't compile:
> 
> |[root@zaphod scan]# make
> |gcc -M -g -Wall -O0 -I/usr/src/linux-2.4.19-16mdksmp/include -I../../include scan.c dump.c > .depend
> |gcc -g -Wall -O0 -I/usr/src/linux-2.4.19-16mdksmp/include -I../../include -c scan.c -o scan.o
> |In file included from /usr/include/linux/prefetch.h:13,
> |                 from /usr/include/linux/list.h:6,
> |                 from scan.c:13:
> |/usr/include/asm/processor.h:55: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
> |/usr/include/asm/processor.h:55: requested alignment is not a constant
> |make: *** [scan.o] Fehler 1
> 
> |[root@zaphod scan]# rpm -q kernel-headers
> |kernel-headers-2.4.18-41mdk
> 
> |[root@zaphod scan]# cat /etc/redhat-release 
> |Mandrake Linux release 9.0 (dolphin) for i586

Your kernel include files are screwed up. /usr/include/linux, 
/usr/include/asm have to refer to the same kernel source. You should use 
header files of a recent kernel.


> Any hints?
> 
> Is there another way (program) , to create a channels.conf for a DVB-C card?

For czap you find an example channel list in 
DVB/apps/szap/channels.conf-dvbc-berlin. VDR needs another channel list 
format, unfortunally we used the same file name.

Holger



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



Home | Main Index | Thread Index