newlib-1.8.0 build failure
Doug Evans
devans@cygnus.com
Wed Nov 19 17:15:00 GMT 1997
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:
More information about the Newlib
mailing list