Buenas Tardes,
Estoy intentando instalar una cam en linux 10.04 LTS kernel 2.6.32-21-generic
El problema surge cuando intento compilar unos archivos .tar.gz que me generan error
al hacerles make.
esto es lo que bota:
Código:
yeison@yeison-desktop:~/spca5xx-v4l1goodbye$ make clean
rm -r -f drivers/usb/*.o drivers/usb/.spcadecoder.o.cmd \
drivers/usb/.spca5xx.o.cmd *.o *.ko *.mod.* .[a-z]* core *.i
yeison@yeison-desktop:~/spca5xx-v4l1goodbye$ make
Building SPCA5XX driver for 2.5/2.6 kernel.
Remember: you must have read/write access to your kernel source tree.
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/yeison/spca5xx-v4l1goodbye CC=cc modules
make[1]: se ingresa al directorio `/usr/src/linux-headers-2.6.32-23-generic'
scripts/Makefile.build:49: *** CFLAGS was changed in "/home/yeison/spca5xx-v4l1goodbye/Makefile". Fix it to use EXTRA_CFLAGS. Alto.
make[1]: *** [_module_/home/yeison/spca5xx-v4l1goodbye] Error 2
make[1]: se sale del directorio `/usr/src/linux-headers-2.6.32-23-generic'
make: *** [default] Error 2
y sí le agrego sudo
Código:
yeison@yeison-desktop:~/spca5xx-v4l1goodbye$ sudo make
[sudo] password for yeison:
Building SPCA5XX driver for 2.5/2.6 kernel.
Remember: you must have read/write access to your kernel source tree.
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/yeison/spca5xx-v4l1goodbye CC=cc modules
make[1]: se ingresa al directorio `/usr/src/linux-headers-2.6.32-23-generic'
scripts/Makefile.build:49: *** CFLAGS was changed in "/home/yeison/spca5xx-v4l1goodbye/Makefile". Fix it to use EXTRA_CFLAGS. Alto.
make[1]: *** [_module_/home/yeison/spca5xx-v4l1goodbye] Error 2
make[1]: se sale del directorio `/usr/src/linux-headers-2.6.32-23-generic'
make: *** [default] Error 2
yeison@yeison-desktop:~/spca5xx-v4l1goodbye$
Alguien sabe por qué me genera el error?
De antemano Gracias!!