OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Zazz on April 20, 2004, 04:11:51 pm

Title: Native SDK
Post by: Zazz on April 20, 2004, 04:11:51 pm
I have put together a native SDK for pdaXrom 1.0.5 so that I can  compile a little on my Z while at the beach or so...

It turned out to be somewhat on the large side (30MB, mountable compressed cramfs image) but I figure it would be more convenient to delete unwanted stuff than to add to it.

At present, it contains gcc-3.3.2 (with g++, g77), gcc-2.95.4, QT, perl etc. Everything runs a bit sluggishly, so be patient. OTOH, some packages are much easier to configure in a native environment.

I have temporarily placed a copy here (http://zaurus.zapto.org/zazz/) for download. I will not be able to host this for long, so if there is sufficient interest, please mirror it somewhere.

The usual disclaimers apply...

--Zazz
Title: Native SDK
Post by: CoreyC on April 20, 2004, 04:45:37 pm
sorry... had to bail the files out of my mirror.  Wasn\'t expecting the 1gb bandwidth they produced in the last 24 hours alone
Title: Native SDK
Post by: lardman on April 20, 2004, 05:02:08 pm
Quote
At present, it contains gcc-3.3.2 (with g++, g77), gcc-2.95.4

You\'re a star!! Beer\'s on me!


Si
Title: Native SDK
Post by: ScottYelich on April 21, 2004, 10:48:19 am
Quote
Zazz,

Mirrored.  

http://zaurus.hostnic.us/zazz/ (http://zaurus.hostnic.us/zazz/)

Please PM me when you have any updates, I\'ll mirror those too.

I won\'t have time to try this out until next weekend.  I\'m glad somebody put something like this together though.  Thank you

Code: [Select]
> coreyc: mirrored your zazz mirror

> 08:44:39 (2.65 MB/s) - `zsdk-1.0.5.1.cramfs\' saved [32002048/32002048]

> from your site

> fox: you there?

> please test speed to zaurus.spy.org

> http://zaurus.spy.org/feeds/cacko/pdaXrom/1.0.5/rom/pdaXrom-1.0.5.zip

> from zaurus.spy.org to work in nyc

> I think the speed is back

> it was 25K/sec the other day.

> I think it was the hosting company. :-/


zaurus.spy.org/feeds/cacko ... etc... look under misc

Scott
Title: Native SDK
Post by: Caesium on April 21, 2004, 01:52:27 pm
Also now at

ftp://clueful.shagged.org/mirrors/zsdk/ (http://ftp://clueful.shagged.org/mirrors/zsdk/)

for those who prefer ftp.
Title: Native SDK
Post by: nakor on May 04, 2004, 03:36:25 pm
also at:

http://guymelf.bu.edu/zaurus (http://guymelf.bu.edu/zaurus)

for those with an itch for some http download\'n
Title: Native SDK
Post by: ScottYelich on May 04, 2004, 06:40:49 pm
the usual http://zaurus.spy.org/feeds/ (http://zaurus.spy.org/feeds/)    

http://zaurus.spy.org/feeds/cacko/pdaXrom/.../misc/zazz/zsdk (http://zaurus.spy.org/feeds/cacko/pdaXrom/misc/zazz/zsdk)

Scott
Title: Native SDK
Post by: ikm on September 07, 2004, 05:05:17 pm
And by the way, people, you should know that the compilation process creates some intermediate temporary files in /tmp, and that adds some flash wearing. It may be desirable to mount /tmp as tmpfs, dunno though if the RAM would be enough.
Title: Native SDK
Post by: Laze on September 07, 2004, 05:16:25 pm
In the RC3 comming tonight their is a native SDK included :-)
Title: Native SDK
Post by: Zazz on September 08, 2004, 03:37:01 pm
Quote
And by the way, people, you should know that the compilation process creates some intermediate temporary files in /tmp, and that adds some flash wearing. It may be desirable to mount /tmp as tmpfs, dunno though if the RAM would be enough.
Or use gcc -pipe . Maybe we should put -pipe right into the onboard compiler's specs file so that it is always on.