This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: New tools build, now get conflicting symbol defns.
On Dec 4, 2007, at 3:57 PM, Jeff Johnston wrote:
You want to configure with --disable-newlib-supplied-syscalls
Thank you for that! I forgot all about that.
Unfortunately, the previous build seemed to include files like
<errno.h> and <stdio.h>, but now my build doesn't. I wouldn't think
that option should affect this. What else might? I configured with:
../combined/configure --prefix=$gPrefix --target=xscale-elf --enable-
languages=c,c++ --disable-nls --with-newlib --disable-libssp --disable-
newlib-supplied-syscalls
TIA,
Rick