This is the mail archive of the newlib@sourceware.org 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]
Other format: [Raw text]

can't build for z8k-coff


Hi,

it's at least one and a half years since I tried this the last time. 
So I don't know when this broke.

That's what I get:

$ ../src/configure --prefix=/tmp/xxx --target=z8k-coff

....

$ make

....

make[8]: Leaving directory `/local/newlib-cvs/b-z8k-coff/z8k-coff/z8001/newlib/libc/syscalls'
Making all in .
make[8]: Entering directory `/local/newlib-cvs/b-z8k-coff/z8k-coff/z8001/newlib/libc'
rm -f libc.a
rm -rf tmp
mkdir tmp
cd tmp; \
         for i in argz/lib.a stdlib/lib.a ctype/lib.a search/lib.a stdio/lib.a  string/lib.a signal/lib.a time/lib.a locale/lib.a reent/lib.a  
errno/lib.a misc/lib.a   syscalls/lib.a  machine/lib.a sys/lib.a; do \
           z8k-coff-ar x ../$i; \
         done; \
        z8k-coff-ar rc ../libc.a *.o
z8k-coff-ar: ../argz/lib.a: No such file or directory
z8k-coff-ar: ../stdlib/lib.a: No such file or directory
z8k-coff-ranlib libc.a
rm -rf tmp
rm -f crt0.o
ln sys/crt0.o crt0.o >/dev/null 2>/dev/null || cp sys/crt0.o crt0.o
make[8]: Leaving directory `/local/newlib-cvs/b-z8k-coff/z8k-coff/z8001/newlib/libc'
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory `/local/newlib-cvs/b-z8k-coff/z8k-coff/z8001/newlib/libc'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/local/newlib-cvs/b-z8k-coff/z8k-coff/z8001/newlib'
....
$


There were some autoconf changes recently, maybe they are the reason?

regards,
chris


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