Building c++ and other languages for ARM

Jeff Sutherland jsutherland@accelent.com
Sat Apr 1 00:00:00 GMT 2000


I ran into a small problem building the additional language support on the
second go-around after first building gcc with CHILL only, then building
glibc-2.1.3.  Maybe I did a bonehead thing by leaving out
--enable-languages=... when I reconfigured gcc on the second pass, but after
I made the following changes everthing appeared to build properly:

in gcc/cp/inc/typeinfo change line 9 from

#include <exception>

to 

#include "exception"

in gcc/cp/tinfo.cc  change line 32 from

#include "new"

to 

#include "inc/new"

in gcc/cp/tinfo.h change line 4 from

#include "typeinfo"

to 

#include "inc/typeinfo"

My question is, did I miss a patch somewhere?  I had two
(gcc-2.95.2-diff-991022 and gcc-2_95_3-diff-000102) which applied OK
apparently.  I'm generating code which looks OK.  Has anyone else stumbled
onto this???

Regards,
//Jeff

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



More information about the crossgcc mailing list