Displaying 1 result from an estimated 1 matches for "crosstoolchain".
Did you mean:
crosstoolchains
2005 Nov 06
1
Cannot cross-compile 3.0.20b from i686 to mipsel
Hi.
I'm trying to compile 3.0.20b on my i686 host to run on a
mipsel host. For this, I got a cross compile toolchain from
<http://linkstationwiki.org/Projects/CrossToolchains>. The
toolchain is installed at /usr/local/linkstation/gcc-3.3.5-glibc-2.3.2/mipsel-hdhlan-linux
I ran configure with the help of a little wrapper script:
version=gcc-3.4.4-glibc-2.3.5
#version=gcc-3.3.5-glibc-2.3.2
xd=/usr/local/linkstation/$version/mipsel-hdhlan-linux/bin
export PATH=$PAT...