This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with compiling gcc-20010122 snapshot
- To: joel dot brenner at tchip dot com
- Subject: Re: Problem with compiling gcc-20010122 snapshot
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Fri, 26 Jan 2001 15:54:01 +0000
- cc: gcc at gcc dot gnu dot org, Richard dot Earnshaw at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
> HI, I've problems to compiling gcc-20010122 snapshot. I've configured
> with:
>
> configure --target=arm-elf --prefix=$tooldir (to obtain a gcc
> version how supports ARM and THUMB instructions )
>
> and then compiled with
>
> make -w all-gcc install-gcc LANGUAGES="c c++"
>
> but there are errors ( see below). Are there someone how can help me?
The compiler is unable to find the arm assembler, so it is trying to use
the system one.
Have you installed the gas/arm assembler? Is it on your path?
R.