This is the mail archive of the newlib@sourceware.cygnus.com mailing list for the newlib project.


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

Re: newlib-1.8.0 build failure


   Date: Fri, 14 Nov 1997 18:26:55 -0800
   From: Keith Outwater <outwater@fia.net>

   I attempted to build newlib-1.8.0 as follows:

   ./configure --target=powerpc-eabi
   make all

   The build halted as follows:
   [...]
   `/home/keith/crossgcc/newlib-1.8.0/powerpc-eabi/libgloss/rs6000'
   powerpc-eabi-gcc -O2 -g  -I. -I./.. `if [ -d ./../../newlib ]; then echo
   -I./../../newlib/targ-include -I./../../newlib/libc/include; fi`
   -mrelocatable-lib -mno-eabi -I. -I./.. -g -O2 -c sim-crt0.S
   make[2]: *** No rule to make target `unlink.o', needed by `libsim.a'. 
   Stop.

Sorry for the slow reply.

I believe adding this line to libgloss/rs6000 will fix things.

  sbrk.o: $(srcdir)/../sbrk.c
  stat.o: $(srcdir)/../stat.c
+ unlink.o: $(srcdir)/../unlink.c
  
  clean mostlyclean: