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]

Re: How to get crt0.o without syscalls


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


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