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: one tree builds




On Fri, 28 Nov 1997, Chris Johns wrote:

> 
> Without --enable-newlib I cannot get past libgcc2's __eprintf looking
> for stdio.h when building a m68k-coff-gcc on a Linux machine.

Hmmm.. I did not know this option existed so for the RTEMS targets I have
not even used it.  m68k-rtems is essentially m68k-coff so I do not
understand wht the problem could be.

> With --enable-newlib I get to :
> 
> make[2]: Entering directory
> `/ods/src/egcs/m68k-coff-gcc/m68k-coff/libiberty'
> test -z "" || \
>   /ods/src/egcs/m68k-coff-gcc/gcc/xgcc
> -B/ods/src/egcs/m68k-coff-gcc/gcc/ -c -g -O2 -I.
> -I../../../egcs-971122/libiberty/../include  
> ../../../egcs-971122/libiberty/choose-temp.c -o pic/choose-temp.o
> /ods/src/egcs/m68k-coff-gcc/gcc/xgcc
> -B/ods/src/egcs/m68k-coff-gcc/gcc/ -c -g -O2 -I.
> -I../../../egcs-971122/libiberty/../include 
> ../../../egcs-971122/libiberty/choose-temp.c
> ../../../egcs-971122/libiberty/choose-temp.c:26: sys/types.h: No such
> file or directory
> ../../../egcs-971122/libiberty/choose-temp.c:27: sys/file.h: No such
> file or directory
> ../../../egcs-971122/libiberty/choose-temp.c:36: stdio.h: No such file
> or directory
> make[2]: *** [choose-temp.o] Error 1
> make[2]: Leaving directory
> `/ods/src/egcs/m68k-coff-gcc/m68k-coff/libiberty'
> make[1]: *** [all-target-libiberty] Error 2
> make[1]: Leaving directory `/ods/src/egcs/m68k-coff-gcc'
> make: *** [cross] Error 2
> 
> The cross target make no difference here. I am not sure what has gone
> wrong here.


-joel



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