This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How do I build C++ for xscale-elf?
- From: Jack Twilley <jmt at twilley dot org>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 27 Sep 2006 00:58:52 -0700
- Subject: 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.