This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Recent regression & configuring ppc simulator
- To: John Wehle <john at feith dot com>
- Subject: Re: Recent regression & configuring ppc simulator
- From: Geoff Keating <geoffk at cygnus dot com>
- Date: 11 Sep 2000 07:59:28 -0700
- CC: gcc at gcc dot gnu dot org
- References: <200009110750.DAA08637@jwlab.FEITH.COM>
John Wehle <john@feith.com> writes:
> I'm looking into the gcc.c-torture/execute/950511-1.c regression
> and need a little help configuring the ppc simulator. I've
> configured and built binutils 2.10, gcc, and gdb 5.0 using
>
> --target=powerpc-eabisim
>
> on a x86 FreeBSD 3.5 host. When I try to compile a simple program
> I get:
>
> /usr/local/powerpc-eabisim/bin/ld: unrecognised emulation mode: elf32ppcsim
> Supported emulations: elf32ppc
> collect2: ld returned 1 exit status
>
> Suggestions?
You need to use CVS binutils with CVS gcc for powerpc embedded
targets.
[See also my message to gcc-patches about this regression, though,
which may save you debugging time. Perhaps you can come up with a
better patch than the one I've applied.]
--
- Geoffrey Keating <geoffk@cygnus.com>