BalrogSoftQuote:
I'm trying to get MorphOS cross compiler working on my Linux x86 system
FWIW, I have working cross-compiler for MorphOS on several FreeBSD boxes. Linux wouldn't be any different.
Quote:Code:
http://www.lysator.liu.se/~lcs/files/gg-cross/
There is your problem... The binutils and GCC packages available there are outdated and should not be used anymore!
This is a short description how it should work (it works for me ;-) Choose an install location ${DEST} and place the SDK headers and libraries there:
Code:
- ${DEST}/lib: contents of gg:lib goes here
- ${DEST}/sys-include: contents of gg:include goes here [ixemul]
- ${DEST}/sys-includestd: contents of gg:includestd goes here [libnix]
- ${DEST}/include: contents of gg:usr/include goes here
Now get the original sources for binutils 2.9.1 and GCC 2.95.3 (core and g++ archives are sufficient). Then get the MorphOS diffs of the binutils 2.9.1 and GCC 2.95.3 updates from march 2007. Apply the diffs with patch, use ${DEST} as value for the --prefix argument of configure, build and install the results. At that point you should have a working GCC cross-compiler for MorphOS.
BTW, the above mentioned diffs used to be available on MDC. I think the diffs should be made available through morphos-team.net.