OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started 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
-
sorry... had to bail the files out of my mirror. Wasn\'t expecting the 1gb bandwidth they produced in the last 24 hours alone
-
At present, it contains gcc-3.3.2 (with g++, g77), gcc-2.95.4
You\'re a star!! Beer\'s on me!
Si
-
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
> 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
-
Also now at
ftp://clueful.shagged.org/mirrors/zsdk/ (http://ftp://clueful.shagged.org/mirrors/zsdk/)
for those who prefer ftp.
-
also at:
http://guymelf.bu.edu/zaurus (http://guymelf.bu.edu/zaurus)
for those with an itch for some http download\'n
-
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
-
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.
-
In the RC3 comming tonight their is a native SDK included :-)
-
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.