This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [gcc3.4.0] ARM/uClinux libstdc++ build.
- From: Paul Brook <paul at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Karel Gardas <kgardas at objectsecurity dot com>
- Date: Tue, 4 Jan 2005 14:42:47 +0000
- Subject: Re: [gcc3.4.0] ARM/uClinux libstdc++ build.
- Organization: CodeSourcery
- References: <Pine.LNX.4.43.0501041030160.4173-100000@thinkpad.gardas.net>
On Tuesday 04 January 2005 09:35, Karel Gardas wrote:
> Hello,
>
> I would like to give a GNU C++ a try on ARM/uClinux platform, but even
> using excellent build script provided by Bernardo Innocenti on
> http://www.develer.com/uclinux/uclinux-tools.html I'm not able to build
> gcc3.4.0's libstdc++. The build fails with:
<...>
> result. configure: error: No support for this host/target combination.
> make: *** [configure-target-libstdc++-v3] Error 1
Configure gcc with --with-newlib.
Paul