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]

newlib-1.8.0 build failure


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