Page 1 of 1
gcc question
Posted: Thu May 09, 2013 10:48 am
by p0s1x
if I compile gcc cross-compiler, I can use standrart C library, or I need to rewrite/port one? Sorry for noob question.
Re: gcc question
Posted: Fri May 10, 2013 2:48 am
by Combuster
The cross-compiler runs on your development machine and uses it's C library. Your own OS does not have a C library by default, but it also does not need to run the compiler yet. You can write/port a C library to make the next step of development for your own OS easier.