This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
--target=v850-unknown-elf for c, c++ and java?
- From: Torsten Mohr <tmohr at s dot netic dot de>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 13 Aug 2005 10:42:14 +0200
- Subject: --target=v850-unknown-elf for c, c++ and java?
Hi,
i try to set up an extended tool chain for --target=v850-unknown-elf.
I configured and installed binutils-2.16, that went fine.
Configuring and building gcc-3.4.4, gcc-4.0.1 all fail at libstdc++-v3.
It seems that there is no "atomic operation provided for this system":
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.
make: *** [configure-target-libstdc++-v3] Fehler 1
Do i need to provide other options or add other packages?
Is there a way to compile c, c++ and java for target v850-unknown-elf?
Best regards,
Torsten.