Hi,
I have this problem to make:
Code:
ln -sf /usr/src/linux-source-2.6.28/drivers/media/video/usbvideo/usbvideo.h .
ln -sf /usr/src/linux-source-2.6.28/drivers/media/video/usbvideo/usbvideo.c .
make -C /usr/src/linux-source-2.6.28/ SUBDIRS=`pwd` modules
make[1]: ingresso nella directory «/usr/src/linux-source-2.6.28»
CC [M] ~/nw802-2.4/nw8xx_jpgl.o
~/nw802-2.4/nw8xx_jpgl.c:114:33: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
~/nw802-2.4/nw8xx_jpgl.c:524:52: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c: In function ‘jpgl_processFrame’:
~/nw802-2.4/nw8xx_jpgl.c:524: error: ‘clamp’ undeclared (first use in this function)
~/nw802-2.4/nw8xx_jpgl.c:524: error: (Each undeclared identifier is reported only once
~/nw802-2.4/nw8xx_jpgl.c:524: error: for each function it appears in.)
~/nw802-2.4/nw8xx_jpgl.c:525:52: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:526:52: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:527:52: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:530:46: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:533:46: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:599:49: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:600:65: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:601:49: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:612:49: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:613:65: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:614:49: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:625:49: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:626:65: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:627:49: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:638:49: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:639:65: error: macro "clamp" requires 3 arguments, but only 1 given
~/nw802-2.4/nw8xx_jpgl.c:640:49: error: macro "clamp" requires 3 arguments, but only 1 given
make[2]: *** [~/nw802-2.4/nw8xx_jpgl.o] Errore 1
make[1]: *** [_module_~/nw802-2.4] Errore 2
make[1]: uscita dalla directory «/usr/src/linux-source-2.6.28»
make: *** [default] Errore 2
Bookmarks