Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] problem during configuring of libstdc++-v3


  • To: arm-gnu@xxxxxxxxxxxxxxxx
  • Subject: Re: [arm-gnu] problem during configuring of libstdc++-v3
  • From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
  • Date: Tue, 5 Oct 2004 12:16:13 +0100

On Tuesday 05 October 2004 07:12, Pradip Singh wrote:
> Hi all,
>
>   Thanks for all ur help that i could build the gcc compiler succefully for
> arm target.
>
>   After building the gcc compiler for arm-elf target i aganin configured
> gcc for building it for g++ using the following configurartion option.
>
>  ../gcc-2004-q1a/configure --target=arm-elf
> --prefix=/root/armLinux/arm_tools --with-cpu=arm1020t --with-arch=armv5te
> --with-headres=/root/armLinux/arm_tools/arm-elf/include
> --enable-languages=c,c++ --enable-threads

You need --with-newlib

Paul