This is the mail archive of the newlib@sources.redhat.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]

build errors: missing object files


Hi,

I am trying to build cross compiler with following configuration.
	/* host = solaris, target = powperpc. */
	./configure --target=powerpc-eabi --prefix={TARGETDIR}

I was able to build & install binutils.2.10, gcc2.95.2; however while
building 
the newlib-1.8.2 the build complaints of missing object files in libgloss
directory.  
The libnosys builds fine.

Any idea what I may be doing wrong?

Thank You,
sunil



a - unlink.o
a - wait.o
a - write.o
powerpc-eabi-ranlib libnosys.a
[tekgp8:libnosys] cd ..

[tekgp8:libgloss] pwd

/login/sunilkh/vendors/gnu/newlib-1.8.2/powerpc-eabi/libgloss
[tekgp8:libgloss] make -k

make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
powerpc-eabi-ar rv libsim.a sim-print.o sim-inbyte.o sim-sbrk.o sim-abort.o
sim-errno.o simulator.o fstat.o getpid.o isatty.o kill.o putnum.o stat.o
unlink.o mcount.o
a - sim-print.o
a - sim-inbyte.o
a - sim-sbrk.o
a - sim-abort.o
a - sim-errno.o
a - simulator.o
powerpc-eabi-ar: fstat.o: No such file or directory
make[1]: *** [libsim.a] Error 1
powerpc-eabi-ar rv libmvme.a mvme-exit.o mvme-inbyte.o mvme-outbyte.o open.o
close.o lseek.o sbrk.o mvme-read.o mvme-print.o fstat.o getpid.o isatty.o
kill.o putnum.o stat.o unlink.o mcount.o
a - mvme-exit.o
a - mvme-inbyte.o
a - mvme-outbyte.o
powerpc-eabi-ar: open.o: No such file or directory

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