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]

Re: cross libstdc++-v3 configuration


> 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


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