This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cross gcc & libstdc++


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.


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