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: Configuring for bare hw ia32 PC's


On Mon, 2008-05-12 at 16:05 -0400, Jonathan S. Shapiro wrote:

> My suspicion is that an Ada compilation targeting bare metal should not
> be linking libc at all, in the same way that the Coyotos build (written
> in C) doesn't link libc -- any dependencies that it has should be
> provided by a subset library whose implementation is part of the
> relevant kernel code base.

I think I agree with this and I think I was on the correct path
originally with my hello world kernel. What I'll end up doing is copying
over parts of the runtime that don't actually need a libc as and when
the compiler complains :D

Thanks,
Luke.



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