newlibc

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
thooot

newlibc

Post by thooot »

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.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:newlibc

Post by Solar »

Already mentioned in the FAQ in appropriate places, but thanks nevertheless. ;)
Every good solution is obvious once you've found it.
Post Reply