This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc for ARM
- To: Ilko Iliev <iliev at caretec dot at>
- Subject: Re: gcc for ARM
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Fri, 24 Nov 2000 14:54:24 +0000
- Cc: bug-gcc at gnu dot org
- Cc: rearnsha at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
> Hello!
>
> Host system: Linux RedHat 7.0
>
> After :
> #./configure --target=arm-elf
> or
> #./configure --target=arm-coff
>
>
> Wenn I try to building the GCC compliler and libraries:
> #make
> I get the following error message:
> see attachment
>
>
> best regards
> Ilko Iliev
>
You need to install the binutils package first, and make sure that they
are on your path so that the compiler can find them.
R.