This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc 2.95.3 compile problem



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]