This is the mail archive of the gcc@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]

Re: Problems building a cross compiler (toolchain)


	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


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