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: Failed to build a MIPS Cross compiler (missing mips/a.out.h ?)


Andre McCurdy wrote:
> Binutils : binutils-2.9.1
> EGCS     : egcs-1.1b
> Host     : i586-pc-linux-gnulibc1 (RedHat 4.2 based)
> Target   : mips-mips-elf
> 
> xgcc: installation problem, cannot exec `mips-tfile': No such file or

>From the documentation.   (install.texi)

	@item
	Cross-compilers for the Mips as target using the Mips assembler
	currently do not work, because the auxiliary programs
	@file{mips-tdump.c} and @file{mips-tfile.c} can't be compiled on
	anything but a Mips.  It does work to cross compile for a Mips
	if you use the GNU assembler and linker.


When you configure, add '--with-gnu-as --with-gnu-ld ' to your command
line.

RJL


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