This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can't exec mips-tfile


Martin Rivers wrote:
I am attempting to build a cross compiler for target mips-elf (mips-unknown-elf)
with a linux redhat 8.0 system as host (i686-pc-linux-gnu).  The host gcc is
3.2.  I have downloaded binutils 2.14 and gcc 3.3.2 and use the configure line:

xgcc: installation problem, cannot exec `mips-tfile': No such file or directory

Add a --with-gnu-as configure option. mips-tfile is needed for the SGI assemblers, and is the default unless you specify that you are using gas. This is fixed in current sources, the mips-tfile support is only enabled if you ask for him.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]