Author Topic: Native SDK  (Read 4290 times)

Zazz

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
Native SDK
« 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 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

CoreyC

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
    • http://
Native SDK
« Reply #1 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

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Native SDK
« Reply #2 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
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
Native SDK
« Reply #3 on: April 21, 2004, 10:48:19 am »
Quote
Zazz,

Mirrored.  

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

Caesium

  • Newbie
  • *
  • Posts: 34
    • View Profile
    • http://
Native SDK
« Reply #4 on: April 21, 2004, 01:52:27 pm »
Also now at

ftp://clueful.shagged.org/mirrors/zsdk/

for those who prefer ftp.
SL-C860/pdaXrom 1.1.0rc1
Socket Rev.G Bluetooth, Origo/Senao CF WiFi
1GB Sandisk SD + 1GB CF

nakor

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • http://
Native SDK
« Reply #5 on: May 04, 2004, 03:36:25 pm »
also at:

http://guymelf.bu.edu/zaurus

for those with an itch for some http download\'n

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
Native SDK
« Reply #6 on: May 04, 2004, 06:40:49 pm »

ikm

  • Full Member
  • ***
  • Posts: 172
    • View Profile
    • http://
Native SDK
« Reply #7 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.

Laze

  • Hero Member
  • *****
  • Posts: 704
    • View Profile
    • http://www.pdaXrom.org
Native SDK
« Reply #8 on: September 07, 2004, 05:16:25 pm »
In the RC3 comming tonight their is a native SDK included :-)
C760 running pdaXrom lastest ;-)
SL5500 Running Cacko Qtopia
512 MB SD Card, 128 MB CF Card, Prism2 CF Wlan.

Always visit http://www.pdaXrom.org for latest news.

Zazz

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
Native SDK
« Reply #9 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.