Author Topic: C++ Compiler For Pdaxii3  (Read 4852 times)

Dromede

  • Full Member
  • ***
  • Posts: 155
    • View Profile
    • http://
C++ Compiler For Pdaxii3
« on: May 09, 2007, 07:48:58 am »
i finally got my Z C1000 () last week and i'm currently adding stuff i need. i'm running meanie's pdaxii3 which is quite enjoyable. a bit sluggish but its ok. the only thing i cannot find is a c++ compiler. so if anyone can point me to an .ipkg or a cramfs or anything i would be most grateful. i tried finding it myself but... it's kind of hard for a new user to cope with all the information available...

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
C++ Compiler For Pdaxii3
« Reply #1 on: May 09, 2007, 08:01:17 am »
Quote
i finally got my Z C1000 () last week and i'm currently adding stuff i need. i'm running meanie's pdaxii3 which is quite enjoyable. a bit sluggish but its ok. the only thing i cannot find is a c++ compiler. so if anyone can point me to an .ipkg or a cramfs or anything i would be most grateful. i tried finding it myself but... it's kind of hard for a new user to cope with all the information available...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=160864\"][{POST_SNAPBACK}][/a][/div]
Poke around tyrannozaurus.com...there's mention there about a zgcc image for pdaXii13. (You just mount it and it has all you need to compile)
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Antikx

  • Hero Member
  • *****
  • Posts: 1147
    • View Profile
    • http://tyrannozaurus.com
C++ Compiler For Pdaxii3
« Reply #2 on: May 09, 2007, 12:04:11 pm »
Quote
Poke around tyrannozaurus.com...there's mention there about a zgcc image for pdaXii13. (You just mount it and it has all you need to compile)
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
You bet: [a href=\"http://www.tyrannozaurus.com/feed/pdaXii13/build/]http://www.tyrannozaurus.com/feed/pdaXii13/build/[/url]
Kanpai,
-Antikx (Twitter, Mugshot and PodNova)
C1000 - pdaXrom R198 (Celestial Environment)
tyrannozaurus.com
[img]http://www.tyrannozaurus.com/files/category_pictures/general_1.png\" border=\"0\" class=\"linked-sig-image\" /]
Zaurus news/blogs feed from Zaurus users
Free Windows, Linux, or Web RSS readers.
Featured pages at tyrannozaurus:
Sharp Petition, ScummVM, Cacko, pdaXii13, and Celestial Environment

Dromede

  • Full Member
  • ***
  • Posts: 155
    • View Profile
    • http://
C++ Compiler For Pdaxii3
« Reply #3 on: May 11, 2007, 11:13:50 am »
thanks guys, the squashfs did the trick... now, is there any way of putting that file on a sd card and then symlink it to internal nand? would that work?

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
C++ Compiler For Pdaxii3
« Reply #4 on: May 11, 2007, 12:26:08 pm »
Quote
thanks guys, the squashfs did the trick... now, is there any way of putting that file on a sd card and then symlink it to internal nand? would that work?
No problem, you can keep the image anywhere and just symlink it to where it should be. Symlinks are one of the best things since sliced bread.
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
C++ Compiler For Pdaxii3
« Reply #5 on: May 11, 2007, 12:33:08 pm »
Quote
Quote
thanks guys, the squashfs did the trick... now, is there any way of putting that file on a sd card and then symlink it to internal nand? would that work?
No problem, you can keep the image anywhere and just symlink it to where it should be. Symlinks are one of the best things since sliced bread.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161079\"][{POST_SNAPBACK}][/a][/div]


how about not symlinking at all? that sd card might be vfat and not ext2...besides, its a squashfs and needs to be mounted and can be mounted from anywhere...
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
C++ Compiler For Pdaxii3
« Reply #6 on: May 12, 2007, 03:55:30 am »
Quote
how about not symlinking at all? that sd card might be vfat and not ext2...
It doesn't matter what filesystem the real file is on, but the symlink itself can only be created on a "native" filesystem (ext2/ext3/reiserfs/etc).

Quote
besides, its a squashfs and needs to be mounted and can be mounted from anywhere...
Strangely, I have my image on CF, I have a symlink to it in /home/root/, then I mount it using the symlink as image. I'm pretty sure there is a reason why I did this but right now I can't remember what that is.
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
C++ Compiler For Pdaxii3
« Reply #7 on: May 12, 2007, 04:05:27 am »
Quote
Quote
besides, its a squashfs and needs to be mounted and can be mounted from anywhere...
Strangely, I have my image on CF, I have a symlink to it in /home/root/, then I mount it using the symlink as image. I'm pretty sure there is a reason why I did this but right now I can't remember what that is.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161133\"][{POST_SNAPBACK}][/a][/div]
Because it automounts on boot when it's placed in (or symlinked to) /home/root/

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.

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
C++ Compiler For Pdaxii3
« Reply #8 on: May 12, 2007, 08:05:45 am »
Quote
Because it automounts on boot when it's placed in (or symlinked to) /home/root/
Ah, that's probably it. Long ago I had removed the "automount on boot" bit, and only mount the zgcc image as and when I need it - having it mounted when I eject the CF is not very healthy
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

Dromede

  • Full Member
  • ***
  • Posts: 155
    • View Profile
    • http://
C++ Compiler For Pdaxii3
« Reply #9 on: May 14, 2007, 06:10:26 am »
thanks for all the info guys. and symlinks indeed do kick ass.

respect.