This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: middle-end/3410: Cannot build gcc 3.0 for arm-elf target; stage2 compiler bug
- To: <fakber at lineo dot com>
- Subject: Re: middle-end/3410: Cannot build gcc 3.0 for arm-elf target; stage2 compiler bug
- From: Rod Stewart <stewart at lab43 dot org>
- Date: Mon, 25 Jun 2001 13:45:13 -0400 (EDT)
- cc: <gcc-gnats at gcc dot gnu dot org>, <gcc-bugs at gcc dot gnu dot org>
On 25 Jun 2001 fakber@lineo.com wrote:
> Subject: middle-end/3410: Cannot build gcc 3.0 for arm-elf target; stage
> 2 compiler bug
>
> Source GCC is 3.0, with Binutils 2.11.2
> >Description:
> When trying to build GCC after the binutils have been built I
> take the following steps. (The target I am trying to build
> for is m68k-elf, with i486-suse-linux as host.)
>
> zcat gcc-3.0.tar.gz | tar -xvf -
> md gcc-obj
> cd gcc-obj
> ../gcc-3.0/configure --target=m68k-elf --prefix=/opt/uClinux/m68k-elf
> --disable-shared --enable-multilib
So is this arm-elf or m68k-elf?
-Rms