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]
Other format: [Raw text]

Re: Cross-compiler for arm-elf hosting on Solaris


crossgcc@lists.thewrittenword.com wrote:
> 
> > > I'm trying to build a cross-compiler for arm-elf hosted on
> > > Solaris/SPARC with GCC 3.0.x. Has anyone else done this? I've looked
> > > at various FAQs and mailing list archives but all seem targeted at
> > > 2.95.x.
> >
> > 1) build the binutils
> > 2) build arm-elf-gcc for C language only --> --enable-languages=c
> > 3) build newlib
> > 4) build arm-elf-gcc for C and C++ --> --enable-languages=c,c++
> 
> I am doing steps 1 and 2 at once (has worked for us before for
> non-cross builds on Solaris 2.5.1, 2.6, and HP-UX). I reran the build
> with --enable-languages=c with the same error.

 As told in the another reply, your previous experience with building
native compilers has somehow 'disturbed' the cross-gcc build... You
aren't the first, if this could help somehow...



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


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