11# Cross Compiler
22
3- The Xbox 360 [ CPU] ( ../Xenon_(CPU) ) is based on IBM's Power
3+ The Xbox 360 [ CPU] ( ../Hardware/Console/ Xenon_(CPU).md ) is based on IBM's Power
44Architecture. Unless you have a machine with PowerPC CPU and Linux
55running (such as an older Mac or a PS3), you need to set up a cross
6- compiler toolchain in order to compile code like the [ Linux Kernel] ( ../Linux_Kernel )
6+ compiler toolchain in order to compile code like the [ Linux Kernel] ( ../Linux/ Linux_Kernel.md )
77for your Xbox 360.
88
99A typical cross compiler toolchain for the GNU compiler collection
2121
2222## Using the Xenon Toolchain
2323
24- The easiest way to set up a complete cross compiler toolchain is the [ Xenon Toolchain] ( .. /Xenon_Toolchain ) .
24+ The easiest way to set up a complete cross compiler toolchain is the [ Xenon Toolchain] ( ./Xenon_Toolchain.md ) .
2525Its using current gcc and does not take as long as crossotool to compile.
2626
2727
@@ -70,7 +70,7 @@ cd crosstool-0.43/
7070./demo-powerpc-970.sh
7171```
7272
73- 4 . ** Get a drink** , go for a walk or use the time to remove the resistor [ R6T3] ( ../R6T3 )
73+ 4 . ** Get a drink** , go for a walk or use the time to remove the resistor [ R6T3] ( ../Hardware/ R6T3.md )
7474from the mainboard of your Xbox 360... Compilation of your cross compiler will just take a while.
7575
76765 . ** When finished** , you may want to add your cross compiler binaries to your PATH environment
@@ -80,6 +80,6 @@ variable.
8080export PATH=$PATH :/opt/crosstool/gcc-4.1.0-glibc-2.3.6/powerpc64-unknown-linux-gnu/bin
8181```
8282
83- You're done. Feel free to configure and compile your [ Linux Kernel] ( ../Linux_Kernel ) .
83+ You're done. Feel free to configure and compile your [ Linux Kernel] ( ../Linux/Linux_Kernel.md ) .
84+
8485
85- [ Category: Development] ( /Development )
0 commit comments