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: Building libstdc++ in gcc-3.0.4 fails for arm-elf




Jepsen Hans Peter wrote:
> 
> Hello all
> 
> Jan Vermeulen wrote in an answer to me:
> 
> > It might be a typo when you did the copy&paste, but
> > "--enable-languages=c,c+" should read "--enable-languages=c,c++".
> > Or --enable-languages="c,c++".
> 
> Yes it was an copy&paste error, but earlier in the process, so when I
> corrected it, at got lot o build errors.
> 
> > I don't know if your way is a good way on HPUX, but most
> > people first make a
> > bootstrap ( --with-newlib --without-headers
> > --enable-languages=c ) to make
> > the newlib libraries before they make a full C/C++ compiler.
> > Checkout http://crossgcc.billgatliff.com for more information.
> 
> I have take the build-cross.sh scripts from this site and modified. Now I am
> able to build every thing besides libstdc++.
> 
> The error I have at the moment is:
> 
> gmake[2]: Entering directory `/home/hpj/work/build-gcc/arm-elf/libstdc++-v3'
> Making all in include
> /home/hpj/work/build-gcc/arm-elf/libstdc++-v3/include
> gmake[3]: Entering directory
> `/home/hpj/work/build-gcc/arm-elf/libstdc++-v3/include'
> echo `date` > stamp-arm-elf
> gmake[3]: *** No rule to make target
> `/home/hpj/work/gcc-3.0.4/libstdc++-v3/include/std/algorithm', needed by
> `stamp-std'.  Stop.
> gmake[3]: Leaving directory
> `/home/hpj/work/build-gcc/arm-elf/libstdc++-v3/include'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory `/home/hpj/work/build-gcc/arm-elf/libstdc++-v3'
> gmake[1]: *** [all-recursive-am] Error 2
> gmake[1]: Leaving directory `/home/hpj/work/build-gcc/arm-elf/libstdc++-v3'
> 
> Do anyone have any ideas on have to get rid of this?

This target builds for me using binutils 2.12 previews and newlib 1.10.0
as supporting components.

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

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel@OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985

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