OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: ArchiMark on March 21, 2007, 05:14:01 pm

Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: ArchiMark on March 21, 2007, 05:14:01 pm
Quote
menaie wrote:

for pdaXii13, all you need to do is place zgcc-3.4.6.squashfs under /data and reboot or run /etc/rc.d/init.d/mntloop restart


Just installed pdaxii13 v.5.3.3 Sally the other day on my 3200. Overall, works very well....

However, I put 'zgcc-3.4.6.squashfs' under /data and rebooted as instructed, but I get

Code: [Select]
gcc: command not found
when I try compiling something....

Has anything changed in v.5.3.3 ???

Any suggestions??

Thanks,

Mark
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: Capn_Fish on March 21, 2007, 05:29:23 pm
Try mounting it manually or running "/etc/rc.d/init.d/mntloop restart"  

I don't know about pdaXii13, but it normally goes under "/opt/native/arm/3.4.6-xscale-softvfp"
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: ArchiMark on March 21, 2007, 05:35:02 pm
Just tried the other suggested idea above....but no go either....

Quote
run /etc/rc.d/init.d/mntloop restart

Got the following

Code: [Select]
#/etc/rc.d/init.d/mntloop restart
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
           missing codepage, or too many mounted file systems
mount: /data/zgcc-3.4.6.squashfs is not a block device (maybe try '-o loop' ?)

#/etc/rc.d/init.d/mntloop restart -o loop
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
           missing codepage, or too many mounted file systems
mount: /data/zgcc-3.4.6.squashfs is not a block device (maybe try '-o loop' ?)
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: Capn_Fish on March 21, 2007, 06:05:57 pm
Can you open up run /etc/rc.d/init.d/mntloop with a text editor? It should have a line containing:

Code: [Select]
mount -o loop -t squashfs /data/zgcc-3.4.6.squashfs /x/y/z
You could also run that manually, where /x/y/x is wherever it should be mounted (normally /opt/native/arm/3.4.6-xscale-softvfp).
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: ArchiMark on March 21, 2007, 06:33:20 pm
Quote
Can you open up run /etc/rc.d/init.d/mntloop with a text editor? It should have a line containing:

Code: [Select]
mount -o loop -t squashfs /data/zgcc-3.4.6.squashfs /x/y/z
You could also run that manually, where /x/y/x is wherever it should be mounted (normally /opt/native/arm/3.4.6-xscale-softvfp).
[div align=\"right\"][a href=\"index.php?act=findpost&pid=156943\"][{POST_SNAPBACK}][/a][/div]

Thanks for your help, Capn_Fish!

Meanwhile....

1) I looked at '/etc/rc.d/init.d/mntloop' as you suggested...I do see a whole section on zgcc-3.4.6....

2) When I tried your suggestion and run manually
Code: [Select]
mount -o loop -t squashfs /data/zgcc-3.4.6.squashfs /opt/native/arm/3.4.6-xscale-softvfp
I got the following message (which is same message as in my previous post):

Code: [Select]
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
          missing codepage, or too many mounted file systems
mount: /data/zgcc-3.4.6.squashfs is not a block device (maybe try '-o loop' ?)

Any other ideas???

Thanks,

Mark
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: adf on March 21, 2007, 07:11:35 pm
use the older 5.2 version. the "latest" has some problem with the image and won't mount on anything I tried.  got the same error you did--   I ended up reflashing to check my loo devices.  it is the image, believe me.
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: ArchiMark on March 21, 2007, 07:41:40 pm
Quote
use the older 5.2 version. the "latest" has some problem with the image and won't mount on anything I tried.  got the same error you did--   I ended up reflashing to check my loo devices.  it is the image, believe me.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=156949\"][{POST_SNAPBACK}][/a][/div]


Well...nice to know that it's not me for a change....  

Thanks, adf!

Would have wasted a few more hours on this otherwise....

Maybe Meanie will release v.5.3.4 soon.....

 
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: ArchiMark on March 21, 2007, 07:46:47 pm
Ummm....where can I find initrd v.5.3.2 (Sally) now????

Thanks,

Mark
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: adf on March 21, 2007, 11:09:58 pm
yeasterday they were side by side under "build" in the pdaxii13 stuff on tyranozaurus
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: ArchiMark on March 21, 2007, 11:17:10 pm
Quote
yeasterday they were side by side under "build" in the pdaxii13 stuff on tyranozaurus
[div align=\"right\"][a href=\"index.php?act=findpost&pid=156963\"][{POST_SNAPBACK}][/a][/div]

Thanks again for your help, adf!

Meanwhile, I found a copy on one of my computers...  

Did re-flash about 10 minutes ago...all seemed to go OK...but wondered whether or not I should have answered 'Yes' (I did...)  to the request to 'migrate my configuration' ???

If not, guess I'll reflash.....  

Now, onto to testing if zgcc works....

UPDATE

Code: [Select]
gcc: command not found  
 Thinkin' maybe I should have said 'No' to 'migrate my configuration', right???

Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: adf on March 21, 2007, 11:35:03 pm
that'd be my guess... though I'm having some major PIA  installing stuff.  Maybe the PATH is  screwy?

Have you been able to install ANYTHING?  I have so far only managed kphone.....  everything else is "not found"


AIEEEE!!!

now I'm getting zgcc not found too  (it is mounted, and was working.) PATH is hosed somehow--fakeroot isn't working right???

theories?
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: ArchiMark on March 21, 2007, 11:38:38 pm
Quote
that'd be my guess... though I'm having some major PIA  installing stuff.  Maybe the PATH is  screwy?

Have you been able to install ANYTHING?  I have so far only managed kphone.....  everything else is "not found"


AIEEEE!!!

now I'm getting zgcc not found too  (it is mounted, and was working.) PATH is hosed somehow--fakeroot isn't working right???

theories?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=156965\"][{POST_SNAPBACK}][/a][/div]

Maybe the PATH is wacked, did you check it??
Code: [Select]
#echo $PATHright?

I'm reflashing right now, so don't know about any install issues at this moment...will let you know if I do have problems...

As for theories, could be sunspots, global warming, or aliens???

 
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: ArchiMark on March 21, 2007, 11:53:51 pm
OK, more weirdness going on....

This time, said 'No' to 'migrate config'...

Not sure if this happened the previous time but I just noticed during rebooting that there was an error message about 'mount: .....loop0' don't think that's a good sign....

Also, last boot I saw that weird splash screen with girl and dinozaurus...this not there

Booted up to desktop but different looking than last time, just have gray background, taskbar, and a home folder in upper left corner....last time I had that background image blue with purple 'X's and several icons across top and folders running down left edge of screen....

????

Guess will try again.....
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: adf on March 21, 2007, 11:55:39 pm
I'm thinking 121 is too big a / partition, and that stuff isn't mountiung correctlly--whic is giving problems in the path.  I'm getting a "respawning too quickly error"--- having a hard time reflashing--deflector shields @ 30 % and falling. we have 10 minutes.
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: adf on March 22, 2007, 01:08:54 am
turns out i had a bad flash.  hope it as simple for you
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: ArchiMark on March 22, 2007, 09:43:48 am
Quote
turns out i had a bad flash.  hope it as simple for you
[div align=\"right\"][a href=\"index.php?act=findpost&pid=156973\"][{POST_SNAPBACK}][/a][/div]

Thanks, adf. However, so far not as simple it seems...

I'm getting this message at bootup right after it says "starting SD Services" (or something like that):

Code: [Select]
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
          missing codepage, or too many mounted file systems

Don't this I should be seeing this,right?

Also, tried flashing v.5.3.3 again just now and still get that message above about 'mount'....

Maybe need to reformat hard drive???

 
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: adf on March 22, 2007, 09:17:43 pm
Format the drive, certainly.

this:

mount: wrong fs type, bad option, bad superblock on /dev/loop0,
         missing codepage, or too many mounted file systems

often indicates nothing worse than a bad squashfs image.  I had this problem too.  re download it.

as I said in my other post, remove the zgcc squashfs. make a small one out of a text file or something.  drop in /data. reboot  (or just mount it manually). I bet it mounts and you don't get the error.  

I recommended the older zgcc, becaue I dld the newer one twice and got that error, and after one shot at the older image, the error went away--i thought maybe the latest image on the server was bad.
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: ArchiMark on March 22, 2007, 10:01:04 pm
Ahh, now I get it. adf.....


I didn't realize before that you were referring to the zgcc squashfs file...

thought you meant the ROM file was bad....

 
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: adf on March 22, 2007, 10:02:58 pm
Quote
Ahh, now I get it. adf.....


I didn't realize before that you were referring to the zgcc squashfs file...

thought you meant the ROM file was bad....

 
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157022\"][{POST_SNAPBACK}][/a][/div]
 I did a bad flash from cf, so i looked like the rom was having issues---  but no, I meant the squash.
sorry about that.
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: Meanie on March 23, 2007, 08:08:03 am
the squashfs file was corrupted... i am going to upload a new one...
Title: Zgcc-3.4.6.squashfs On Pdaxii13 V.5.3.3 ?
Post by: ArchiMark on March 23, 2007, 12:52:46 pm
Quote
the squashfs file was corrupted... i am going to upload a new one...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157041\"][{POST_SNAPBACK}][/a][/div]

Great, Meanie!

Thanks,

Mark