Mips Cross Compiling Problem

Clinton Popetz cpopetz@kinslayer.cpopetz.com
Wed Sep 5 00:05:00 GMT 2001


On Tue, 16 May 2000 09:15:03 +0100, Colin Ford
<colin.ford@pipinghotnetworks.com> wrote:
>Hi,
>
>I think gcc is broken when cross compiling for mips-elf. It has a problem with
>mips-tfile. It does'nt make it but tries to run it. 

You either need to build gas (and ld) and install them in the same target
directory that you specify with --prefix to gcc's configure.   Alternatively,
you can explicitly pass --with-gnu-as and --with-gnu-ld to configure.

				-Clint



More information about the Gcc-bugs mailing list