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.
Hey.
In my kernel I wanted to use some header files from C++, for example vector. C++ compiles, but the ld linker throws an error.
Compile a kernel so:
You can't, remember this is your OS, there are no standard libraries, nothing.
You have to write it yourself or port a third party one, I prefer the former.