OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: jerrybme 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
-
As a work-around I symlinked
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....
-
As a work-around I symlinked 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
-
As a work-around I symlinked 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] (http://index.php?act=findpost&pid=114800\")
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]