hi all,
i'm new to embedded linux, this is my first project...
i am planning to build a web server that serves video/image stream
from usb-webcam on ts-7250. the webcam i planned to use is
- logitech quickcam using quickcam(qce-usb) driver 320*240 or
- logitech communicate STX using spca driver 640*480
reading previous posts on this list, i've managed to compile and
install quickcam(qce-usb)
i've already success to grab images from quickcam using videodog.
but I got error messages when compiling spca5xx:
--------------------------------------------------
cc1: Invalid option `preferred-stack-boundary=2'
In file included from /usr/src/linux24/include/linux/net.h:22,
from /usr/src/linux24/include/linux/fs.h:15,
from /usr/src/linux24/include/linux/capability.h:17,
from /usr/src/linux24/include/linux/binfmts.h:5,
from /usr/src/linux24/include/linux/sched.h:9,
from /usr/src/linux24/include/asm/uaccess.h:7,
from drivers/usb/spca5xx.h:11,
from drivers/usb/spcadecoder.h:5,
from drivers/usb/spcadecoder.c:36:
/usr/src/linux24/include/linux/socket.h: In function `__cmsg_nxthdr':
/usr/src/linux24/include/linux/socket.h:124: warning: cast increases
required alignment of target type
drivers/usb/spcadecoder.c: In function `yuv_decode':
drivers/usb/spcadecoder.c:2270: warning: cast increases required
alignment of target type
drivers/usb/spcadecoder.c: In function `jpeg_decode411':
drivers/usb/spcadecoder.c:2622: warning: cast increases required
alignment of target type
drivers/usb/spcadecoder.c: In function `jpeg_decode422':
drivers/usb/spcadecoder.c:3001: warning: cast increases required
alignment of target type
drivers/usb/spcadecoder.c: In function `bayer_decode':
drivers/usb/spcadecoder.c:3356: warning: cast increases required
alignment of target type
make: *** [drivers/usb/spcadecoder.o] Error 1
----------------------------------------------------
Linux kernel on ts-7250 2.4.26-ts9 NFS-ed to debian filesystem
woody-10-27-2005; gcc version is 3.0.4
can anyone help me on this?
i also need comments on performance issue, since this is my first
project, :) i have no idea how much computing power does ts-7000 have.
i've also read on Message #3785 that recent version of the 2.4.26-ts9
kernel code already has spca5xx code but i couldn't find it yet...
regards,
kharis
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|