Author Topic: Building Software For My C760  (Read 4676 times)

donquixote

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Building Software For My C760
« on: December 09, 2004, 09:09:45 pm »
Hi, is it possible to build software for my c760? Ideally, I'd like to build the binaries on my Gentoo box then transfer them to the Zaurus. How do I set this up?

I'm mostly interested in building DosBox and Imagemagick at the moment. Also, does it matter what OS my Zaurus has? I use Cacko, but I found someone on the web who built DosBox for her/his Debian Zaurus--maybe I can just ask him/her.

Thanks.

dq

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Building Software For My C760
« Reply #1 on: December 10, 2004, 11:50:29 am »
pdaXrom provides a SDK for cross compiling
My guess is you should go for this.

checkout pdaXrom.org -> downloads

Chero
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

nilch

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • http://
Building Software For My C760
« Reply #2 on: December 10, 2004, 01:49:46 pm »
Building software for the Zaurus is pretty easy.

Do some search onthis forum and you should get the SDK's (apart from the PdaXRom SDK that was mentioned in the earlier thread).

If you are using Cacko ROM (which is Sharp ROM based) then you will need different SDK's. Apps for Sharp rom are QT based and hence you need to have compilers againt that and a cross-comiler for compiling to the ARM platform on your CPU. (everthing available thru search)

On the otherhand if you want to develop for PDAXROm, that is different again from the Sharp rom in it base layer.

Plus there is Python and PyQT for developing apps for the Zaurus usiing Python.
(PyQT is the QT wrapper class).

For terminal apps, you could use Perl too (this I think has no GUI component).
New no more-C1000 / 5000D (sold my 6000 and 750) | Cacko ROM 1.23 on C1000 | 256 MB CF | 2GB PNY SD card | Socket Networker WiFi CF Card | USB Host cable from StreamlineCPUS | Mini Microphone (for voice recording) |

donquixote

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Building Software For My C760
« Reply #3 on: December 10, 2004, 05:41:44 pm »
Well, I don't wan't to develop. I just want to be able to build already developed software. Kinda like:

./configure
make
make install

type idea... but do that on my Gentoo box for my Zaurus. How do set something like this up?

dq

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Building Software For My C760
« Reply #4 on: December 11, 2004, 02:40:04 pm »
That's exactly what the pdaXrom cross-compiler does.

Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Building Software For My C760
« Reply #5 on: December 11, 2004, 07:51:34 pm »
If you want to compile for the normal Sharp rom or cacko rom then this will help you

Compiler Setup

If you want to compile for pdaX then this should help Developer and programing FAQ

otherwise you might be interested in Gentoo For zaurus

Also there is a wealth of info on these forums - if you're using gentoo forums then you should already know how to search the forums

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

donquixote

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Building Software For My C760
« Reply #6 on: December 14, 2004, 01:08:25 pm »
Quote
Also there is a wealth of info on these forums - if you're using gentoo forums then you should already know how to search the forums
There's a fundamental difference between these forums and the Gentoo forums: The FAQs.

Most of the FAQs on the ZUG are outdated (by a year or more). When I first was learning Gentoo their FAQs were indispensible; however, using the same learning methods for my Zaurus hasn't worked the same. My purpose for telling you this is not to start a rant, but just provide an observation. I think the main difference between the two forums is the sheer amount of people using them. Gentoo has many many many more users than Zaurus, and I blame that on the simple fact that Zaurus is hardware and Gentoo is sofware (and the fact that one can only get most Zauri in Japan! argh!). Therefore, there are more frequent questions and frequent answers and more people to update FAQs.

So after re-reading that last paragraph, maybe the fundamental difference is the number of users...

Anyway, I don't mean to light any flames or anything.

Thanks for the info. It looks like Gentoo for Zaurus might be the answer.

dq