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]

Re: Mips Cross Compiling Problem


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


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