Porting GCC to your OS: Difference between revisions

m
Remove reference to newlib in favor of the generic article
[unchecked revision][unchecked revision]
(Classify as master even though it's not finished)
m (Remove reference to newlib in favor of the generic article)
Line 12:
Then, you need a C standard library for your platform - at least those parts required by GCC.
 
To do this you need to port a c library to your OS, see [[PortingC NewlibLibrary]] for moreyour information on one approachOS.
 
Finally, you would use the cross-compiler to compile [[GCC]] ''to run on your platform''.
Anonymous user