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, Oct 17, 2005 at 05:39:31PM -0400, Jeff Johnston wrote:
[...]
> The missing crt0.o appears to be a typo on my part.  The crt0.o is only 
> being built when newlib-supplied-syscalls are enabled, but this doesn't 
> make sense since libc/sys/arm provides a crt0.o in that case.  I have 
> just made a patch to the CVS sources.  Please try it out.

Doesn't seem to be helping, though I certainly could be doing
something wrong.  I am still not getting crt0.o, only rdimon-crt0.o,
rdpmon-crt0.o, and redboot-crt0.o.  This is building using the most
recent newlib CVS sources, and I do see a ChangeLog entry from you
today mentioning the crt0.o change, so I think I must have gotten it.
This is my configure command:

../../src/newlib-cvs/configure --prefix=/home/rnortman/armchain3 --target=arm-elf --enable-interwork --enable-multilib -newlib-supplied-syscalls

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

Thanks,

Randall


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