This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
cross gcc & libstdc++
- From: Duane Ellis <duane_ellis at franklin dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Mon, 5 May 2003 21:53:52 -0400
- Subject: cross gcc & libstdc++
- Reply-to: duane_ellis at franklin dot com
Hi,
I'm trying to build the libstdc++ for a ARM_ELF cross compiler
target is a ROM based system.
Specifically:
I have the compiler and binutils and newlib and gdb working
just fine with my target hardware - all in C and some
stuff in C++ (provided I"m not using/require the libstdc++)
I would like to make use of libstdc++ but I am stuck.
libstdc++v3 is included inside of the gcc 3.2 distribution - I believe
that is the one that I want to make use of. If not please tell me.
I cannot seem to figure out how libstdc++v3 is ./configured let
alone built. It seems - the ./configure script is not setup to
understand a cross compiler situation.
I'm not in a situation where I can build and run GCC on the target
as it has no file system etc - and no operating system. It's a ROM
target.
Any suggestions?
-Duane.