Hi Tyler, Here is the output - I am on debian sarge, if it matters I can send you the kernel config as well:
cp ../utils/videodev2.h . gcc -D__KERNEL__ -D__KERNEL_SYSCALLS__ -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -I/lib/modules/2.4.25/build/include -O2 -fomit-frame-pointer -march=i586 -mcpu=i586 -fno-strict-aliasing -Wno-unused -include /lib/modules/2.4.25/build/include/linux/modversions.h -c -o msp3400.o msp3400.c gcc -D__KERNEL__ -D__KERNEL_SYSCALLS__ -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -I/lib/modules/2.4.25/build/include -O2 -fomit-frame-pointer -march=i586 -mcpu=i586 -fno-strict-aliasing -Wno-unused -include /lib/modules/2.4.25/build/include/linux/modversions.h -c -o saa7115.o saa7115.c gcc -D__KERNEL__ -D__KERNEL_SYSCALLS__ -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -I/lib/modules/2.4.25/build/include -O2 -fomit-frame-pointer -march=i586 -mcpu=i586 -fno-strict-aliasing -Wno-unused -include /lib/modules/2.4.25/build/include/linux/modversions.h -c -o cx25840-driver.o cx25840-driver.c gcc -D__KERNEL__ -D__KERNEL_SYSCALLS__ -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -I/lib/modules/2.4.25/build/include -O2 -fomit-frame-pointer -march=i586 -mcpu=i586 -fno-strict-aliasing -Wno-unused -include /lib/modules/2.4.25/build/include/linux/modversions.h -c -o cx25840-registers.o cx25840-registers.c gcc -D__KERNEL__ -D__KERNEL_SYSCALLS__ -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -I/lib/modules/2.4.25/build/include -O2 -fomit-frame-pointer -march=i586 -mcpu=i586 -fno-strict-aliasing -Wno-unused -include /lib/modules/2.4.25/build/include/linux/modversions.h -c -o cx25840-audio.o cx25840-audio.c gcc -D__KERNEL__ -D__KERNEL_SYSCALLS__ -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -I/lib/modules/2.4.25/build/include -O2 -fomit-frame-pointer -march=i586 -mcpu=i586 -fno-strict-aliasing -Wno-unused -include /lib/modules/2.4.25/build/include/linux/modversions.h -c -o cx25840-firmware.o cx25840-firmware.c cx25840-firmware.c: In Funktion >cx25840_load_fw_hp<: cx25840-firmware.c:62: error: structure has no member named `dev' make: *** [cx25840-firmware.o] Fehler 1 Greetings, Martin > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Tyler Trafford > Sent: Wednesday, June 15, 2005 4:34 PM > To: [email protected] > Subject: Re: [ivtv-devel] [PATCH] Make ivtv-0.3.6l compile > against 2.4 kernel > > klickmich <[EMAIL PROTECTED]> wrote: > > Hi Chris, > > > > I seem to be the last one on earth who did not find the > time to move > > to a > > 2.6 kernel ;-) > > > > All the cx25840 reworkings after 0.3.5h made the driver not compile > > anymore against my 2.4.25 debian kernel. > > > > Looking at the old and new sources and guessing wildly, I added two > > #if > > defined(LINUX26) as you can see in the attached patch > against 0.3.6l. > > With those in the driver compiled and is working fine so far. > > What was the compile error? I was trying avoid doing what > your patch does here... 2.4.25 should support hotplug > firmware loading just fine. > -- > Tyler Trafford > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=ick > _______________________________________________ > ivtv-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ivtv-devel > > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
