Author Topic: Newbie Questions About Compiling On Zaurus  (Read 4024 times)

Oneiros

  • Newbie
  • *
  • Posts: 31
    • View Profile
Newbie Questions About Compiling On Zaurus
« on: May 01, 2005, 06:24:39 am »
Hi,

I just got my C1000 a couple weeks ago and I want to start compiling things on it : like V4l drivers, usbvision to be able to watch tv on my zaurus or use my usb webcam, or using ctorrent.

I have successfully installed Zgcc using these instructions:
http://s91215199.onlinehome.us/zaurus/zgcc2install.html

Everythings worked fine until I tried to compile the usbvision drivers, I downloaded the latest sources on the usbvision site and tried:
make install in the src directory:

then I got this message
install -D -m 644 *.o /lib/moduless.2.4.20/kernel/drivers/usb
install: not found
make: *** [install] Errror 127

Sounds bad to me, it doesn't recognize the command install.

Can anyone tell me what I did wrong? Should I try to install V4l drivers before/instead?

thanks for any help
----------------------------------------------------------------------------
          C1000 with 1G sd card + 1G transcend 40x cf card w/ stock sharp rom
                               Asus wifi cf card
               usb-otg cable working great with archos Gmini400
-----------------------------------------------------------------------------

jfox

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • http://FoxFrenchTranslations.com/zaurus
Newbie Questions About Compiling On Zaurus
« Reply #1 on: July 01, 2005, 02:47:44 am »
Quote
Hi,

I just got my C1000 a couple weeks ago and I want to start compiling things on it : like V4l drivers, usbvision to be able to watch tv on my zaurus or use my usb webcam, or using ctorrent.

I have successfully installed Zgcc using these instructions:
http://s91215199.onlinehome.us/zaurus/zgcc2install.html

Everythings worked fine until I tried to compile the usbvision drivers, I downloaded the latest sources on the usbvision site and tried:
make install in the src directory:

then I got this message
install -D -m 644 *.o /lib/moduless.2.4.20/kernel/drivers/usb
install: not found
make: *** [install] Errror 127

Sounds bad to me, it doesn't recognize the command install.

Can anyone tell me what I did wrong? Should I try to install V4l drivers before/instead?

thanks for any help
[div align=\"right\"][a href=\"index.php?act=findpost&pid=77709\"][{POST_SNAPBACK}][/a][/div]

Well -- obviously install moves the driver to the indicated directory and changes its permissions to 644. You could do that manually, though the names of the directory is incorrect for the zaurus -- so look in /lib, spell moduless with less "s" and get the rest  right. But unless you have the Zaurus 6000 or whatever is the one Zaurus with a usb master instead of a slave usb, then this thing is never going to work.

Jeffrey Fox