Let me know if you guys see anything I can maybe try.
Code: Select all
make[6]: [lib_a-setjmp.o] Error 127 (ignored)
rm -f lib.a
cru lib.a lib_a-memchr.o lib_a-memcmp.o lib_a-memcpy.o lib_a-memset.o lib_a-strchr.o lib_a-memmove.o lib_a-strlen.o lib_a-setjmp.o
make[6]: cru: Command not found
make[6]: *** [lib.a] Error 127
make[6]: Leaving directory `/home/thomas/DoorsOs/build-newlib/i386-elf/newlib/libc/machine/i386'
Making all in .
make[6]: Entering directory `/home/thomas/DoorsOs/build-newlib/i386-elf/newlib/libc/machine'
rm -f lib.a
ln i386/lib.a lib.a >/dev/null 2>/dev/null || \
cp i386/lib.a lib.a
cp: cannot stat `i386/lib.a': No such file or directory
make[6]: *** [lib.a] Error 1
make[6]: Leaving directory `/home/thomas/DoorsOs/build-newlib/i386-elf/newlib/libc/machine'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/thomas/DoorsOs/build-newlib/i386-elf/newlib/libc/machine'
Making all in .
make[5]: Entering directory `/home/thomas/DoorsOs/build-newlib/i386-elf/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 machine/lib.a ; do \
x ../$i; \
done; \
rc ../libc.a *.o
/bin/sh: x: not found
/bin/sh: x: not found
/bin/sh: x: not found
/bin/sh: x: not found
/bin/sh: x: not found
/bin/sh: x: not found
/bin/sh: x: not found
/bin/sh: x: not found
/bin/sh: x: not found
/bin/sh: x: not found
/bin/sh: x: not found
/bin/sh: x: not found
/bin/sh: x: not found
/bin/sh: rc: not found
make[5]: *** [libc.a] Error 127
make[5]: Leaving directory `/home/thomas/DoorsOs/build-newlib/i386-elf/newlib/libc'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/thomas/DoorsOs/build-newlib/i386-elf/newlib/libc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/thomas/DoorsOs/build-newlib/i386-elf/newlib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/thomas/DoorsOs/build-newlib/i386-elf/newlib'
make[1]: *** [all-target-newlib] Error 2
make[1]: Leaving directory `/home/thomas/DoorsOs/build-newlib'
make: *** [all] Error 2
thomas@epperson:~/DoorsOs/build-newlib$