I'm trying to get the XERCES XML library for the Arm to build and it needs
a C++ compiler. So I'm trying to build g++ to run on the Arm.
I configured gcc without the --enable-languages flag, as mentioned in the
build toolchain document, and it all compiles fine. So I thought that the
c++ support should have been available. But no arm-linux-g++.
GCC's website suggests that doing a "make install LANGUAGES="c c++", from
the "objdir", should install the c++ compiler. But the makefiles exceed my
limited understanding and I cannot see where objdir is assigned?
I've tried it in the sub directory gcc as the most likely candidate for
objdir. However the make fails with the error "No rule to make target 'c++'
, needed by 'native'." in the sub-directory gcc.
If anyone can offer advice it would be much appreciated.
jon
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.