This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
How to build cross compiler g++ ?
- From: "Peter Skvarka" <ps at softinengines dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Wed, 26 Sep 2007 16:32:06 +0200
- Subject: How to build cross compiler g++ ?
- Reply-to: <ps at softinengines dot com>
Addition to my previous post:
in /src/BUILD/gcc-3.4.4/arm-linux/libstdc++-v3/config.log I found several
messages like:
conftest.cc:13: error: `exit' undeclared (first use this function)
or
conftest.cc:9: error: `void std::exit(int)' should have been declared inside
`std'
conftest.cc:9: error: `std::exit' has not been declared
Peter