This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

How do I build C++ for xscale-elf?


When I try to build C++ for xscale-elf, I get this as the last message:

configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: error: No support for this host/target combination.


What version of gcc should I be trying to build?

Here's the configure line I use:

./configure --with-included-gettext --target=xscale-elf --enable-languages=c,c++

I am trying to build gcc on a FreeBSD 6.1-STABLE system. If there's more information I can give you, please ask.

Jack.


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