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

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
ankitbehera2670
Posts: 8
Joined: Wed Mar 08, 2017 1:58 am

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

Post by ankitbehera2670 »

I was thinking is it possible to import the newlib libc libraries to use in my OS?? If yes, then how??
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

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

Post 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.
Learn to read.
ankitbehera2670
Posts: 8
Joined: Wed Mar 08, 2017 1:58 am

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

Post by ankitbehera2670 »

Thank you sir!!! :D
Post Reply