Author Topic: Coding & Compiling On Sl-c3000  (Read 1429 times)

lima

  • Newbie
  • *
  • Posts: 1
    • View Profile
Coding & Compiling On Sl-c3000
« on: September 12, 2005, 02:57:57 pm »
hello,

i am trying to get information about the Zaurus SL-C3000 or 1000
in terms of actually writing c++ code on the pda itself. i have a long commute
and want to use the time to write and test code without a heavy laptop.
the zaurus looks great for this but i can't tell if i can in fact use it that
way. any direction would be appreciated.

lima

provia

  • Newbie
  • *
  • Posts: 2
    • View Profile
Coding & Compiling On Sl-c3000
« Reply #1 on: January 18, 2006, 03:00:12 am »
Coding & Compiling C++ source is very easy.

You must get the file "dev-img" means develop image file.
That image is mounted with squashfs file system.

first,
you must install squashfs kernel support module
and next you get dev_img and decompress the file in your cf/sd card.
in decompressed directory, run script install_image.sh

that's all

but, install_image.sh script's contents must be modified for your environment...

gootluck...