OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: Corona_B on March 13, 2005, 11:29:35 pm

Title: Sharp Dev Environment Needed...
Post by: Corona_B on March 13, 2005, 11:29:35 pm
I use to have a dev env for my z setup on a linux box, but that hard drive has since died.  would anyone be willing to compile a package for me?

the link is

http://icm532.sourceforge.net/icm532-0.3.tar.gz (http://icm532.sourceforge.net/icm532-0.3.tar.gz)

it's a webcam driver so you'll need kernel sources.

I would really appreciate it.

(in case you're wondering why in the world i want a usb webcam driver, its because i made that ir webcam that was on slashdot earlier today, and i thought it would be sweet to get working on the zaurus)

I have a zaurus 5600 and the usb host card, so hopefully it will work.

If anyone could try and compile this i would be very appreciative.  if it has any issues i guess i'll have to go back and setup my env again.
Title: Sharp Dev Environment Needed...
Post by: eswan on March 16, 2005, 02:36:54 pm
Tried on my c750+cacko1.22. Appears to really hate the 2.4.18 kernel headers.
In file included from /opt/zgcc/include/linux/list.h:6,
                 from /opt/zgcc/include/linux/module.h:12,
                 from icm532.h:29,
                 from icm532.c:27:
/opt/zgcc/include/linux/prefetch.h: In function `prefetch':
/opt/zgcc/include/linux/prefetch.h:43: warning: unused parameter `x'
<snip a lot of function missmatch>
In file included from /opt/zgcc/include/linux/videodev.h:10,
                 from icm532.h:31,
                 from icm532.c:27:
/opt/zgcc/include/linux/devfs_fs_kernel.h: In function `devfs_put':
/opt/zgcc/include/linux/devfs_fs_kernel.h:138: warning: unused parameter `de'
/opt/zgcc/include/linux/devfs_fs_kernel.h: In function `devfs_register':
<a lot more function missmatch>
In file included from icm532.h:32,
                 from icm532.c:27:
/opt/zgcc/include/linux/usb.h: In function `usbdevfs_add_bus':
/opt/zgcc/include/linux/usb.h:1025: warning: unused parameter `bus'
<even more missmatches>
Title: Sharp Dev Environment Needed...
Post by: Corona_B on March 22, 2005, 07:31:57 pm
Thanks for trying!

so i guess i'm going to either

A. re-setup my zaurus dev environment and figure it out
B. just switch to OZ and see if i can get it built for that.