User:Imate900/GDC Cross-Compiler-Part2: Difference between revisions

m
Changed WIP to Stub: Author missing in action
No edit summary
m (Changed WIP to Stub: Author missing in action)
 
(One intermediate revision by one other user not shown)
Line 1:
== Step 2 - Native Compiler ==
 
{{Stub}}
 
Once you do everything in [[Porting Newlib]] to your OS (and install it to /usr/native), support ELF, and configure the packages to your OS, you may now do a native build of gdc to your OS.
Line 8 ⟶ 10:
export HOST=i586-elf
cd /usr/src
mkdir build-native build-native/binutils build-native/gcc</pre>
 
=== binutils ===
Line 24 ⟶ 26:
 
Your native toolchain is now ready in /usr/native!
 
{{In Progress}}
1,490

edits