Go Bare Bones: Difference between revisions

m
Fix lint errors
[unchecked revision][unchecked revision]
m (Fix lint errors)
m (Fix lint errors)
 
Line 11:
 
== Building a Cross-Compiler ==
:''{{Main article: [[|GCC Cross-Compiler]], [[|Why do I need a Cross Compiler?]]}}
 
The first thing you should do is set up a GCC Cross Compiler that supports Go. To do this read and follow [[GCC Cross-Compiler]] to the letter with one exception. When configuring the build for GCC we need to enable Go to get the i686-elf-gccgo compiler.