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

Re: pcHDTV driver problems



> On 5/19/05, Javier Kohen <jkohen@users.sourceforge.net> wrote:
> El jue, 19-05-2005 a las 12:32 -0700, Sunil Goda escribió:
> 
> > dvb_pll: version magic '2.6.11-9-amd64-k8 gcc-3.3' should be
> > '2.6.11-9-amd64-k8 gcc-3.4'
> 
> >   Do I just have to use a different version of gcc for the driver?  If
> 
> You need to use the same compiler to compile both the kernel and the
> modules. In this case you need the gcc-3.4 package. Try "make
> CC=gcc-3.4" after you've installed that compiler.

  I tried using "make CC=gcc-3.4" but now I'm getting all sorts of
compilation errors.  At first, I got:

cx88-input.c:196: error: `ir_codes_hauppauge_new' undeclared (first
use in this function)

  I found that this seemed to be something that has been added to the
kernel after 2.6.11, so I commented out the one reference to it (it
has to do with IR control, which I don' t intend on using).  Then I
got a flurry of further errors:

/home/sngoda/pcHDTV-2.0/cx88-atsc.c: In function `getsignalstrength':
/home/sngoda/pcHDTV-2.0/cx88-atsc.c:336: error: dereferencing pointer
to incomplete type
/home/sngoda/pcHDTV-2.0/cx88-atsc.c:341: error: dereferencing pointer
to incomplete type
/home/sngoda/pcHDTV-2.0/cx88-atsc.c: In function `atsc_do_ioctl':
/home/sngoda/pcHDTV-2.0/cx88-atsc.c:491: error: `VIDIOCGSIGNAL'
undeclared (first use in this function)
.
.
.
  There are a bunch more.  Suffice to say, it doesn't compile well
directly.  Any clues?

  Thanks,
    Sunil



Reply to: