2012/7/11 Jean-Francois Moine <[email protected]>: > On Wed, 11 Jul 2012 10:02:27 +0300 > Martin-Éric Racine <[email protected]> wrote: > [snip] >> > wget http://moinejf.free.fr/gspca-2.15.18.tar.gz >> > tar -zxf gspca-2.15.18.tar.gz >> > cd gspca-2.15.18 >> > make >> >> $ LC_ALL=C make >> make -C /lib/modules/3.5.0-rc6+/build >> M=/home/perkelix/gspca-2.15.18/build modules >> make: *** /lib/modules/3.5.0-rc6+/build: No such file or directory. Stop. >> make: *** [modules] Error 2 > > You need the linux headers of your running kernel to compile the tarball.
I installed them. That still doesn't fix it: $ LC_ALL=C make make -C /lib/modules/3.5.0-rc6+/build M=/home/perkelix/gspca-2.15.18/build modules make[1]: Entering directory `/usr/src/linux-headers-3.5.0-rc6+' /usr/src/linux-headers-3.5.0-rc6+/arch/x86/Makefile:39: /usr/src/linux-headers-3.5.0-rc6+/arch/x86/Makefile_32.cpu: No such file or directory make[1]: *** No rule to make target `/usr/src/linux-headers-3.5.0-rc6+/arch/x86/Makefile_32.cpu'. Stop. make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-rc6+' make: *** [modules] Error 2 -- Martin-Éric -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/capzxpqdjc5ycyy6yrzukj-ukflzby_yuzbogzbdx1s0bl1g...@mail.gmail.com

