Page 1 of 1

How can I import newlib libc libraries to use in my OS

Posted: Thu Apr 13, 2017 5:07 am
by ankitbehera2670
I was thinking is it possible to import the newlib libc libraries to use in my OS?? If yes, then how??

Re: How can I import newlib libc libraries to use in my OS

Posted: Thu Apr 13, 2017 5:14 am
by dozniak
ankitbehera2670 wrote:I was thinking is it possible to import the newlib libc libraries to use in my OS?? If yes, then how??
By reading OSdev wiki. http://wiki.osdev.org/Porting_Newlib

Again, start with some beginner applications running on a regular OS, you are not ready for OSdev.

Re: How can I import newlib libc libraries to use in my OS

Posted: Thu Apr 13, 2017 5:29 am
by ankitbehera2670
Thank you sir!!! :D