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 Mon, 2005-10-17 at 21:58 -0400, Randall Nortman wrote:
> On Mon, Oct 17, 2005 at 05:39:31PM -0400, Jeff Johnston 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

> 
> I then issue "make all install" and get no errors.  Any ideas?
> Anything else I should try?

Ralf



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