Problem with compiling gcc-20010122 snapshot

Richard Earnshaw rearnsha@arm.com
Fri Jan 26 07:55:00 GMT 2001


> 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.




More information about the Gcc mailing list