[uClibc] gcc 3.2.3 problem with softfloat

Manuel Novoa III mjn3 at codepoet.org
Fri Aug 15 04:37:35 UTC 2003


On Fri, Aug 15, 2003 at 09:46:57AM +0800, Calilon wrote:
> I found gcc3.2.3 have some problem with compiling.
> So I make changes with .h files.
> gcc-3.2.3/libstdc++-v3/config/os/gnu-linux/
> ctype_base.h
> ctype_noninline.h
>  
> have several nondef parameters _ISalnum etc.
> I copy gcc-3.3 corresponding .h files over these two files.
> Compile is done.
>  
> Is there any problem ?

Well for one thing, the glibc and uClibc ctype implementations use
different array element sizes.  There are a few other issues as well.
Improving libstd++ support is one of next week's projects.

Manuel



More information about the uClibc mailing list