That error is an error that happens after the module is already built. You should already have the sn9c20x.ko module compiled at that point just insert it like normal. you could fix that error by installing the ctags package but it is not really necessary.
2009/1/21 bk76 <[email protected]>: > > > > On 21 Sty, 13:07, GWater <[email protected]> wrote: >> bk76 schrieb: >> >> >> >> > On 20 Sty, 17:41, Vasily Khoruzhick <[email protected]> wrote: >> >> On Tuesday 20 January 2009 18:38:20 Jonathan Michalon wrote: >> >> >>> Hi >> >>> I'm wondering whether this driver really needs compat_ioctl32 module on >> >>> 64 >> >>> bits machine. I've commented out the only line in the code that mention >> >>> compat_ioctl and then recompiled the whole driver, issuing 'make clean' >> >>> before. The driver works as before -- at least for me -- but doesn't make >> >>> insmod crash when compat_ioctl32 isn't loaded first. Should I make a >> >>> patch >> >>> to let you test it or am I missing something ? Otherwise it would be >> >>> better >> >>> to drop the dependence on an unused module, isn't it ? >> >>> Best regards >> >>> Johndescs >> >> AFAIK it'll break support for 32bit applications on 64bit system :) >> >> >> signature.asc >> >> < 1KWyświetlPobierz >> > Now I think I know why this driver doesn't work for me. I have pure >> > 64bit system without multilib support so I can't run 32bit code. >> > > >> Which application did you try to run? Or does the build process fail? >> >> GWater >> >> signature.asc >> < 1KWyświetlPobierz > > I heve error when trying to build driver: > > bar...@x2 ~/tmp/microdia $ make > make -C /lib/modules/2.6.27-gentoo-r7_64bit/build SUBDIRS=/home/bartek/ > tmp/microdia modules > make[1]: Wejście do katalogu `/usr/src/linux-2.6.27-gentoo-r7' > CC [M] /home/bartek/tmp/microdia/sn9c20x-usb.o > CC [M] /home/bartek/tmp/microdia/sn9c20x-v4l2.o > CC [M] /home/bartek/tmp/microdia/sn9c20x-sysfs.o > CC [M] /home/bartek/tmp/microdia/sn9c20x-dev.o > CC [M] /home/bartek/tmp/microdia/sn9c20x-queue.o > CC [M] /home/bartek/tmp/microdia/sn9c20x-bridge.o > CC [M] /home/bartek/tmp/microdia/omnivision.o > CC [M] /home/bartek/tmp/microdia/micron.o > CC [M] /home/bartek/tmp/microdia/hv7131r.o > CC [M] /home/bartek/tmp/microdia/sn9c20x-debugfs.o > LD [M] /home/bartek/tmp/microdia/sn9c20x.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/bartek/tmp/microdia/sn9c20x.mod.o > LD [M] /home/bartek/tmp/microdia/sn9c20x.ko > make[1]: Opuszczenie katalogu `/usr/src/linux-2.6.27-gentoo-r7' > ctags: no input files specified. > Try `ctags --help' for a complete list of options. > make: *** [ctags] Błąd 1 > > > > --~--~---------~--~----~------------~-------~--~----~ Lets make microdia webcams plug'n play, (currently plug'n pray) To post to this group, send email to [email protected] Visit us online https://groups.google.com/group/microdia -~----------~----~----~----~------~----~------~--~---
