This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: Problem building gcc for arm



On Thu, 9 Nov 2000, Igor Trevisan wrote:

> I'm just following what I found in "How to configure, build, and install 
> GCC as a cross compiler" to build a cross-compiler for an arm-elf 
> target, with a i686-pc-linux host.
> Configuring, building and installing binutils doesn't give me any 
> problem, but building gcc end with the following error:
> 
> /bin/sh: arm-elf-ar: command not found
> _divsi3
> /bin/sh: arm-elf-ar: command not found
> _umodsi3
> /bin/sh: arm-elf-ar: command not found
> _modsi3
> /bin/sh: arm-elf-ar: command not found
> _dvmd_tls
> /bin/sh: arm-elf-ar: command not found

[...]

Find the program 'arm-elf-ar' which was built with binutils.  You
installed the arm binutils in /usr/cross-arm or something similar.  You
need to add the directory with 'arm-elf-ar' to your PATH.

-Rms


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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