This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problems building a cross compiler (toolchain)
- To: rutt at tensilica dot com
- Subject: Re: Problems building a cross compiler (toolchain)
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Mon, 30 Mar 1998 16:17:26 -0800
- cc: egcs at cygnus dot com
I'm trying to build a cross compiler i686-linux -> mips-elf.
xgcc: installation problem, cannot exec `mips-tfile': No such file or directory
You have to use --with-gnu-as when configuring a cross compiler to the mips.
You probably should use --with-gnu-ld also for good measure. mips-tfile
will not be needed if you do this.
Jim