Author Topic: Developer Image 1.6 is available  (Read 14326 times)

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
Developer Image 1.6 is available
« Reply #15 on: February 16, 2005, 02:41:07 pm »
OK ArchiMark, that doesn't bother me as much as people needing the feature and not being able to get hold of it.

If there's an IPK for the 3000 already then that's cool.

If not I will build one when I get my 3000 and have done some testing.

Glad you are up and running anyway,

Andy
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

Kerensa

  • Newbie
  • *
  • Posts: 27
    • View Profile
    • http://
Developer Image 1.6 is available
« Reply #16 on: February 17, 2005, 09:56:53 pm »
Ok might be a basic question, but why do the instructions specify to relogin as zaurus?

Also why not just use "/home/zaurus/develop" as the mount point? Why make a link from another location?

Thank you,
Kerensa
Zaurus SL-C3000 with C3Kb1
- Thinking about Debian
Ambicon WLAN CF Card
IOData CFXGA

andrewmaier

  • Newbie
  • *
  • Posts: 26
    • View Profile
    • http://www.andrew.maier.name
Developer Image 1.6 is available
« Reply #17 on: February 20, 2005, 08:29:42 am »
Quote
I've updated Developer Image:

 - Added UIC (UI Compiler)
 - Added tmake
 - Added qembed - File and Image Embedder
 - Added man, groff and a hole bunch of man pages
 - Added VIM

This is really impressive, but I am missing a debugger (gdb), or am I missing something?


Andrew

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
Developer Image 1.6 is available
« Reply #18 on: February 20, 2005, 08:44:10 am »
Quote
This is really impressive, but I am missing a debugger (gdb), or am I missing something?


Andrew

gdb has traditionally always been installed as a seperate package. It's not useful to people that don't have debugging experience that are just doing a minor port so I can see the rationale here.

Check out the ELSI and you should find a version of gdb with gdb-server on there. Take note though, single step is a bit quirky and tends to hop backwards in the source even when you are tracing source line to source line... never had a good response as to why this happens.

- Andy
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

BramK

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • http://
Developer Image 1.6 is available
« Reply #19 on: May 18, 2005, 06:04:46 am »
It will be very nice to have a full developer environment on the Zaurus.
But since I have a C3000, I have some questions for the people who tried this image:

Does the installation have any problems with the c3000 RAM/HD structure? In other words, do I have to create any symlinks to ensure proper functionality?
Is it possible to install the developer environment without the use of squashfs? Since the c3000 has enough disk space, this might enhance the speed.

thanks,
BramK

Lumune

  • Newbie
  • *
  • Posts: 34
    • View Profile
Developer Image 1.6 is available
« Reply #20 on: July 02, 2005, 11:52:16 am »
If I'm going to write some QT programe on Z, is this Dev. Img. 1.6 or zgcc better?
thx

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Developer Image 1.6 is available
« Reply #21 on: July 02, 2005, 03:54:10 pm »
Dev_Img-1.6 has a lot more goodies in it....

HTH,

Mark

Quote
If I'm going to write some QT programe on Z, is this Dev. Img. 1.6 or zgcc better?
thx
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86743\"][{POST_SNAPBACK}][/a][/div]
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

Lumune

  • Newbie
  • *
  • Posts: 34
    • View Profile
Developer Image 1.6 is available
« Reply #22 on: July 02, 2005, 11:29:40 pm »
ok, i decided to try dev_img 1.6 out, but run into some problem

I hv put the files "dev_img-1.6" & "image_setup.sh" in root of SD card
then I mkdir /mnt/card/mntpt

when I ran ./image_setup.sh /mnt/card/dev_img-1.6 /mnt/card/mntpt
it gives me error

*********
Setting mount point /mnt/card/mntpt...
ln: /mnt/card/mntpt/develop: Operation not permitted
Mounting image /mnt/card/dev_img-1.6...
Failed to munt image /mnt/card/dev_img-1.6 on /mnt/card/mntpt
*************

what seems to be the problem?
I am using Cacko 1.22a on a 860,
and it says cacko 1.22 support squashfs, so i don't need to install anything else, right?

thank you
« Last Edit: July 03, 2005, 11:20:44 am by Lumune »

Lumune

  • Newbie
  • *
  • Posts: 34
    • View Profile
Developer Image 1.6 is available
« Reply #23 on: July 03, 2005, 11:34:04 am »
hmm... ok....
I think may be I shouldn't have mkdir the mount-point directory...
b/c without mkdir b4 setup, it works...

can someone explain to me why? plz

thx