GCC Cross-Compiler: Difference between revisions

Jump to navigation Jump to search
m
typo fix
[unchecked revision][unchecked revision]
m (Reverted edits by Atomicscience (talk) to last revision by Max)
m (typo fix)
Line 1:
{{FirstPerson}}
{{rating|1}}
This tutorial focuses oncon reatingcreating a GCC cross-compiler for your own operating system. This compiler that we build here will have a generic target (i686-elf) what allows you to leave the current operating system behind, meaning that no headers or libraries of your host operating system will be used. You ''need'' a cross-compiler for operating system development, otherwise a lot of unexpected things can happen because the compiler assumes that your code is running on your host operating system.
 
== Introduction ==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu