How to get crt0.o without syscalls

Ralf Corsepius ralf.corsepius@rtems.org
Tue Oct 18 13:11:00 GMT 2005


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




More information about the Newlib mailing list