Hi. I've built (on Mac OS X 10.5) a combined binutils-2.17, gcc-4.2.1,
and newlib-1.15. With the following configure line, the build and
install seem to complete fine, but I get none of the standard headers
(like errno.h and stdio.h).
../combined/configure --prefix=$gPrefix --target=xscale-elf --enable-
languages=c,c++ --disable-nls --with-newlib --disable-libssp --disable-
newlib-supplied-syscalls
When I built it before, I didn't use --disable-newlib-supplied-
syscalls, and I got everything. I'm going to try again, but that'll
take a long time, and I need to use --disable-newlib-supplied-syscalls.
Am I missing something?
TIA,
Rick