This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: cross libstdc++-v3 configuration
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Matthew Jones <matthewjones at vw1600e dot org dot uk>
- Cc: libstdc++ list <libstdc++ at gcc dot gnu dot org>, crossgcc list<crossgcc at sources dot redhat dot com>
- Date: Wed, 16 Feb 2005 11:24:52 -0600
- Subject: Re: cross libstdc++-v3 configuration
- Organization: Red Hat / Chicago
- References: <1108548765.42131c9d45e77@webmail.vw1600e.org.uk>
> I'm trying to build libstdc++-v3 for a cross development system.
How, exactly? How did you arrange your sources? How did you configure?
Did you try reading the docs first?
Here, you may find this useful:
http://gcc.gnu.org/simtest-howto.html
I'd suggest following those directions exactly at first. Once you have
success, you can try variants.
> Host is i686-pc-cygwin, target system is powerpc-ibm-eabi.
All you should have to do is specify --target=powerpc-eabisim.
Please, crosstools mail should just be posted on the crosstool list.
-benjamin