Thanks that's fixed, 4.0 still will not build tuner.o or tda9887.o. I found this behavior on the trac page and made a note verifying it.
http://ivtvdriver.org/trac/ticket/50 Are there any workarounds? If this is fixed in the 4.1 svn, how do I remove references to those non 2.4 functions you mentioned? Thanks for your help so far. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tyler Trafford Sent: Friday, December 02, 2005 11:25 PM To: Discussion list for development of the IVTV driver Subject: Re: [ivtv-devel] make install issues for 4.1 Brent Kilgore wrote: > Ok, finally got the 4.1 to compile. When I installed the apt package I > needed it decided I needed all the platform's build info. therefore I > have about 8 folders in /lib/modules/ and usr/src/whatever . It doesn't > bother me, got plenty of space, just letting you know. I make this > reinstall work, then I'll put it on a diet. > > My kernel is 2.4.27.2-386. That works in all places except the place > where I think make is installing the drivers: > > >>mkdir -p /lib/modules/2.4.27/kernel/ivtv > > > therefore the drivers are installed in 2.4.27. I need them to install > into the 2.4.27.2-386 directory. Again every other reference in make > has used the correct folder. It's an annoyance I have with Debian kernels as well. You'll need to set the EXTRAVERSION in the kernel's Makefile to .2-386 'Makefile' in kernel-headers-2.4.27.2-386 will probably be a link, if it is, just delete the link and copy the actual file into its place first. Alternatively, you could run make EXTRAVERSION=.2-386 ; make EXTRAVERSION=.2-386 install which would override the kernel's Makefile, but you're probably better off going with the first suggestion. -- Tyler Trafford _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
