This should help all who want to start compiling...
I decided to reinstall RC5 from scratch... After re-installation I figured out how to setup the developer image....
To use the zgcc-3.3.2.img i found that i needed to make
/opt/arm/3.3.2-vfp as given by path
i then mounted this as such:
mount -o loop /mnt/cf/zgcc-3.3.2.img /opt/arm/3.3.2-vfp
This immediately gives me gcc happily working away. The samba share is bad... not sure why, as it has write access. It gave me errors such as ./configure file has 1.8 and e18 seconds modifiy timestamp in the future. The times are pretty close on both machinces.... When i copied the files back to my fat cf microdrive they worked much better - previously when i type make in a source directory (after ./configure) the make would keep looking ./configure....
need to grab make, bison, file, flex, m4 from the feed and i had a happier setup...
I have been able to roll bison and flex and some other stuff with better success.
I'm going to install f77 and also try formatting my 340meg cf microdrive as ext2 to see if that helps me upon running into trouble.
What is the best way to have a network shared drive from a windows machine? Can i make up somesort of image like phat linux or such uses that can be mounted rw over the network?
Again, the cross toolchain may be a little easier but i like being able to roll my own onboard... I'm keeping gcc on board in anycase to do a project at the moment - it's so cool sshing into my Z a couple of times having mc, gcc and the program in three windows...