Changes between Version 5 and Version 6 of Cross Compiler
- Timestamp:
- Feb 2, 2008, 3:11:55 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cross Compiler
v5 v6 5 5 = Get the sources = 6 6 7 You will need gnu binutils, gcc and gdb. They are available on ftp.gnu.org or any gnu mirror.7 For Mips (LE and BE) and PowerPC, you will need gnu binutils, gcc and gdb. They are available on ftp.gnu.org or any gnu mirror. 8 8 http://ftp.gnu.org/gnu/binutils, http://ftp.gnu.org/gnu/gcc, http://ftp.gnu.org/gnu/gdb 9 9 10 Let's unpack sources: 10 11 … … 20 21 == Compilation == 21 22 22 Now lets compile. I assume we'll need to compile more toolchains later, so let's share the sources and compile in a separate directory: 23 Now lets compile a Mips LE toolchain. 24 I assume we'll need to compile more toolchains later, so let's share the sources and compile in a separate directory: 23 25 24 26 {{{ … … 65 67 We're done ! 66 68 67 You may compile PowerPC toolchain as well, with the same lines, replacing `mipsel` by `powerpc`. 69 You may compile MipsEb and PowerPC toolchain as well, with the same lines, replacing `mipsel` by `mips` or `powerpc`. 70 71 = Vendor archs = 72 73 Nios2: ftp://ftp.altera.com/outgoing/download/support/ip/processors/nios2/gnu 74 Microblaze: http://www.petalogix.com/resources/downloads/mb-gcc 75