[uClibc] gcc-3.3.2 building problem

Manuel Novoa III mjn3 at codepoet.org
Fri Jan 23 19:26:59 UTC 2004


Hello,

On Fri, Jan 23, 2004 at 08:07:14PM +0100, Peter S. Mazinger wrote:
> If I try to build gcc3_3_target from within buildroot, it works, but
> if I unpack gcc-3.3.2 in a uclibc env, apply all the patches from 
> buildroot, run configure without the host/target/build options (in 
> gcc3_3_target section) and run make to build c and c++, the libstdc++ 
> stuff can't be built.

Since you aren't specifying host/target/build options, you have to
fix config.guess to return a tuple like <arch>-<vendor>-linux-uclibc
in order for the libstdc++ configuration to choose the correct
config/os/<subdir> and config/locale/<subdir> to use.

Manuel




More information about the uClibc mailing list