This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Mips Cross Compiling Problem
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Re: Mips Cross Compiling Problem
- From: cpopetz at kinslayer dot cpopetz dot com (Clinton Popetz)
- Date: 16 May 2000 13:04:53 GMT
- Newsgroups: cygnus.egcs.bugs
- Organization: Cygnus Solutions
- References: <39210387.AE77207D@pipinghotnetworks.com>
- Reply-To: cpopetz at cygnus dot com
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