Author Topic: Zgcc-3.4.5.img Problem  (Read 2476 times)

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
Zgcc-3.4.5.img Problem
« on: February 14, 2006, 01:59:00 pm »
I was trying to compile an app that requires wxWidgets but unfortunately in the zgcc-3.4.5.img file the wx-config file in /opt/natinve/arm/3.4.5-xscale-softvfp/bin is a broken sym link that points to /home/sash/Work/Corgi/pdaXrom-builder/build/native_headers//opt/native/arm/3.4.5-xscale-softvfp/arm5tel-cacko-linux/lib/wx/config/arm5tel-cacko-linux-gtk2-unicode-realease-2.6

Since the cramfs image is read only, how can I replace that symlink so that it points to correct file within the zgcc-3.4.5.img? Can it be mounted rw?

Cheers,
Jerry
« Last Edit: February 14, 2006, 02:13:06 pm by jerrybme »
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
Zgcc-3.4.5.img Problem
« Reply #1 on: February 14, 2006, 02:12:39 pm »
As a work-around I symlinked
Code: [Select]
ln -s /opt/native/arm/3.4.5-xscale-softvfp/arm5tel-cacko-linux/lib/wx/config/arm5tel-cacko-linux-gtk2-unicode-realease-2.6  
/usr/bin/wx-config

Since /usr/bin is searched first it found my symlink rather than the broken one. Not pretty but it worked....
« Last Edit: February 14, 2006, 02:15:04 pm by jerrybme »
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF

merli

  • Full Member
  • ***
  • Posts: 227
    • View Profile
    • http://
Zgcc-3.4.5.img Problem
« Reply #2 on: February 14, 2006, 03:29:10 pm »
Quote
As a work-around I symlinked
Code: [Select]
ln -s /opt/native/arm/3.4.5-xscale-softvfp/arm5tel-cacko-linux/lib/wx/config/arm5tel-cacko-linux-gtk2-unicode-realease-2.6  
/usr/bin/wx-config

Since /usr/bin is searched first it found my symlink rather than the broken one. Not pretty but it worked....
[div align=\"right\"][a href=\"index.php?act=findpost&pid=114800\"][{POST_SNAPBACK}][/a][/div]

You cannot mount it read/write but you can mount it copy files from it somewhere, than correct symlink and finally create cramfs/squashfs again.

BTW: where can be found zgcc 3.4.5 image? ... I can find only 3.4.4 image
merli
------
SL-C1000 - pdaxii13 5.3.3 but considering go back to beta1
Wifi D-link DCF-650W CF card - not using
bluetooth Billionton BT CF card and Samsung SGH-i310 GPRS
Pretec Cheetah 133x 4GB SD, Pretec Cheetah 80x 1GB CF

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
Zgcc-3.4.5.img Problem
« Reply #3 on: February 14, 2006, 04:49:55 pm »
Quote
Quote
As a work-around I symlinked
Code: [Select]
ln -s /opt/native/arm/3.4.5-xscale-softvfp/arm5tel-cacko-linux/lib/wx/config/arm5tel-cacko-linux-gtk2-unicode-realease-2.6  
/usr/bin/wx-config

Since /usr/bin is searched first it found my symlink rather than the broken one. Not pretty but it worked....
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

You cannot mount it read/write but you can mount it copy files from it somewhere, than correct symlink and finally create cramfs/squashfs again.

BTW: where can be found zgcc 3.4.5 image? ... I can find only 3.4.4 image
[div align=\"right\"][a href=\"index.php?act=findpost&pid=114810\"][{POST_SNAPBACK}][/a][/div]

You'll find it here: [a href=\"http://mail.pdaxrom.org/1.1.0beta1/Zaurus-7x0-860/]http://mail.pdaxrom.org/1.1.0beta1/Zaurus-7x0-860/[/url]
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF