Why do I need a Cross Compiler?: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(→‎Problems that occur without a Cross-Compiler: Wording: problem which is hard to overcome != imaginary problem)
Line 68: Line 68:


== Problems that occur without a Cross-Compiler ==
== Problems that occur without a Cross-Compiler ==
You need to overcome a lot of imaginary problems to use your system gcc to build your kernel. You don't need to deal with these problems if you use a cross-compiler.
You need to overcome a lot of problems to use your system gcc to build your kernel. You don't need to deal with these problems if you use a cross-compiler.


=== More complicated compilation commands ===
=== More complicated compilation commands ===