Mailing List archive

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

[linux-dvb] Re: driver 1.1.1 compile error



Hello Johannes,

On 03/09/04 11:28, Johannes Schoeller wrote:
i have a problem compiling driver version 1.1.1.
1.1.0 was no problem at all and did work (although switching channels took
about 5s).

pls take a look at http://nopaste.php.cd/10236
Is this a plain kernel or did you apply any patches?

If not, make sure that no old stale "video-buf.h" or "videodev2.h" files are lying around.

In order to debug this problem, try to change the Makefile from
-------------------------------------------------------------------------
build:
[ -L saa7146_video.c ] || ./getlinks
$(MAKE) -C $(KDIR) CC="gcc -I$(PWD)/include" SUBDIRS=$(PWD) modules
-------------------------------------------------------------------------
to
-------------------------------------------------------------------------
build:
[ -L saa7146_video.c ] || ./getlinks
$(MAKE) -C $(KDIR) CC="gcc -H -I$(PWD)/include" SUBDIRS=$(PWD) modules
-------------------------------------------------------------------------

The additional "-H" will show what include files are really used. Post the result to the mailing list please.

thanks for any help
servus hannes
CU
Michael.
find /us


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



Home | Main Index | Thread Index