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

See the CrossGCC FAQ for lots more information.


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

Re: xscale with gcc 3.0


Jan:

On Thu, Jun 21, 2001 at 10:58:27AM +0200, Vermeulen Jan wrote:
> Hi there,
> 
> I am trying to build a crossgcc for xscale now with the gcc 3.0, as it is
> said it is now supported.
> My platform is linux (2.4.3)
> Binutils builds without errors, but seems only to make the 'as', 'gasp' and
> 'ld'. Nothing else.
> 
> So when i try to build the (core) gcc-3.0 part of the toolchain, it fails :
> make[2]: xscale-elf-ar: Command not found
> make[2]: *** [libgcc.a] Error 127
> make[2]: Leaving directory `/home/jan/newbuild/gcc/gcc'
> make[1]: *** [stmp-multilib] Error 2
> make[1]: Leaving directory `/home/jan/newbuild/gcc/gcc'
> make: *** [all-gcc] Error 2


You missed one of the first lines in the script, where it adds
${PREFIX}/bin to your search path.  xscale-elf-ar is a program from
binutils that gcc needs to build.  It must be in your executable
search path.


b.g.
-- 
Bill Gatliff
bgat@billgatliff.com

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