How to get crt0.o without syscalls

Randall Nortman newliblist@wonderclown.com
Tue Oct 18 18:40:00 GMT 2005


On Tue, Oct 18, 2005 at 05:20:06AM +0200, Ralf Corsepius wrote:
> On Mon, 2005-10-17 at 21:58 -0400, Randall Nortman wrote:
> > This is my configure command:
> > 
> > ../../src/newlib-cvs/configure --prefix=/home/rnortman/armchain3 \
> > --target=arm-elf --enable-interwork --enable-multilib \
> > -newlib-supplied-syscalls
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Wild guess without having had a look into the code:
> 
> Shouldn't this be
> --enable-newlib-supplied-syscalls
> rsp.
> --disable-newlib-supplied-syscalls

Sorry, that was just a cut & paste error while sending the email.  A
look at config.status in my build directory confirms that I got it
right: (being very careful with my paste and scissors now...)

# This directory was configured as follows,
# on host terry:
#
# ../../src/newlib-cvs/configure  --prefix=/home/rnortman/armchain3 --target=arm-elf --enable-interwork --enable-multilib --disable-newlib-supplied-syscalls



More information about the Newlib mailing list