newlib-1.8.0 build failure

Keith Outwater outwater@fia.net
Fri Nov 14 19:29:00 GMT 1997


Greetings -
I attempted to build newlib-1.8.0 as follows:

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

The build halted as follows:
.
.
.
make[1]: Entering directory
`/home/keith/crossgcc/newlib-1.8.0/powerpc-eabi/libgloss'
make[2]: Entering directory
`/home/keith/crossgcc/newlib-1.8.0/powerpc-eabi/libgloss/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/keith/crossgcc/newlib-1.8.0/powerpc-eabi/libgloss/doc'
make[2]: Entering directory
`/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.
make[2]: Leaving directory
`/home/keith/crossgcc/newlib-1.8.0/powerpc-eabi/libgloss/rs6000'
make[1]: *** [stmp-bsp] Error 2
make[1]: Leaving directory
`/home/keith/crossgcc/newlib-1.8.0/powerpc-eabi/libgloss'
make: *** [all-target-libgloss] Error 2
BeastMaster /home/keith/crossgcc/newlib-1.8.0:

I'm using a linux host (redhat 4.2) and gcc-2.7.2.1 configured as a
cross compiler (--target=powerpc-eabi).

is this a bug, or did i screw something up?

Thanks,
Keith



More information about the Newlib mailing list