This is the mail archive of the crossgcc@sourceware.cygnus.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]

Building c++ and other languages for ARM


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


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