This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with compiling gcc-20010122 snapshot



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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]