gcc 2.95.3 compile problem

Rod Stewart stewart@dystopia.lab43.org
Wed Apr 25 10:56:00 GMT 2001


On Wed, 25 Apr 2001 Hsieh.AB@inventec.com wrote:

> 	I has a problem when I build the gcc v2.95.3 source code in x86 host
> system with OS is slackware 7.1 to a cross compile of strong ARM, following
> is my action:
>
> ../..gcc-2.95.3/gcc/libgcc2.c:41 stdlib.h  : No such file or directory
> ../..gcc-2.95.3/gcc/libgcc2.c:42 unistd.h  : No such file or directory
> make[3] : ***[ libgcc2.a] Error 3
> make[3] : Leaving directory '/arm/gcc-2.85.3-obj/gcc'

You need to install either glibc or newlib header files.  That is what it
is looking for above...

-Rms



More information about the Gcc mailing list