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: PowerPC cross-compiler


>I've made a Linux-PowerPC cross-compiler and it seems to be working fine. 
>But i've run some eCos 2.0 tests and it seems to be needing the libsupc++ 
>library. The problem is that the libsupc++.a archive isn't in my gcc tree 
>and I don't know how to get it. Is there some special flag to put in the 
>makefile or something?

Probably, the eCos list would be better for this question.

However, if you built a powerpc cross compiler and enabled c++ support,
you should have libstdc++.a, which contains the libsupc++ bits.

-benjamin


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