May I port libstdc++ directly as long as implementing libc?

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
theflysong
Member
Member
Posts: 27
Joined: Wed Jun 29, 2022 2:17 am
Libera.chat IRC: theflysong

May I port libstdc++ directly as long as implementing libc?

Post by theflysong »

If it's impossible, what should I do to port libstdc++?
I'm a new man to develop operating system.
Octocontrabass
Member
Member
Posts: 5563
Joined: Mon Mar 25, 2013 7:01 pm

Re: May I port libstdc++ directly as long as implementing li

Post by Octocontrabass »

Here is a porting guide. As long as your libc is reasonably complete and correct, you should be able to follow the guide.

You may find some useful information on the wiki as well.
Post Reply