newlibc
newlibc
Okay, I've just finished the Real-Time OS course at my university and I thought I'd share the C library we used with you. It can be found at http://sources.redhat.com/newlib/. To use it you need to implement a bunch of stub functions so that it will work with your OS, then just link it in. I'm not sure how much trouble it is to set up, since that was already done for us.
Re:newlibc
Already mentioned in the FAQ in appropriate places, but thanks nevertheless.
Every good solution is obvious once you've found it.