are you sure meanie's is the right version of gcc? He spent a lot of time making a compatable (2.95) compiler squashfs image that ended up in pdaXqtrom. I have checked the one you mention.. just thought I'd mention it.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Well, not sure.
I have now found a zgcc-2.4.6.img. /etc/rc.d/rc.sysinit should mount that if present in /home/root.
However, I found teh img file in [a href=\"http://mail.pdaxrom.org/download/1.1.0beta4/Zaurus-7x0-860/new/]http://mail.pdaxrom.org/download/1.1.0beta...us-7x0-860/new/[/url], not in a beta3 directory. So I'm unsure if this is the correct developer image.
And well - on bootup it is not mounted, as it should be by the rc.sysinit script.
However, if I execute the sysinit script manually after a restart the image IS mounted. strange... I'll have to investigate further.
Anyone knows at least if this is the correct image, although it's located in a beta4 directory?
thanks
daniel
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Both the 3.4.6 version from the feed and Meanie's 3.4.5 version work. But you are right. Meanie's zgcc image in his feed seems to be corrupt. I downloaded it many times and got the same problem as yours. Then dinorex kindly uploaded his backup copy to me and that one works.
I've put a copy here for the time being, hopefully Meanie will look into that:
[a href=\"http://rapidshare.de/files/28943215/zgcc-3.4.5-4.sfs.html]http://rapidshare.de/files/28943215/zgcc-3.4.5-4.sfs.html[/url]
Meanie's version has some extra stuff (moc, uic, and some libs) for compiling QT apps. Thanks again, Meanie!!
As for the location of 3.4.6, I ran into a similar (and funny) case here:
https://www.oesf.org/forums/index.php?showtopic=20741 It is very easy to get started with compilation. Most programs follow the common "./configure;make;make install" procedure.
I always look up the docs in the source plus "./configure --help" for specific settings.
And I am used to creating an ipk/data directory under the source directory and use "make DESTDIR=/source/path/ipk/data install" in order to test and to package my own ipk.
Chero has written an excellent tutorial which you may feel interested :
http://users.telenet.be/zaurususer/Chero/compiling/ So far all the apps I compiled are done purely with the native SDK, despite that I am just a linux and scripting dummy. Without doubt, you can make much more out of it.