Changes between Version 5 and Version 6 of Cross Compiler


Ignore:
Timestamp:
Feb 2, 2008, 3:11:55 PM (16 years ago)
Author:
Nicolas Pouillon
Comment:

Microblaze, Nios2 URLs

Legend:

Unmodified
Added
Removed
Modified
  • Cross Compiler

    v5 v6  
    55= Get the sources =
    66
    7 You will need gnu binutils, gcc and gdb. They are available on ftp.gnu.org or any gnu mirror.
     7For 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.
    88http://ftp.gnu.org/gnu/binutils, http://ftp.gnu.org/gnu/gcc, http://ftp.gnu.org/gnu/gdb
     9
    910Let's unpack sources:
    1011
     
    2021== Compilation ==
    2122
    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:
     23Now lets compile a Mips LE toolchain.
     24I assume we'll need to compile more toolchains later, so let's share the sources and compile in a separate directory:
    2325
    2426{{{
     
    6567We're done !
    6668
    67 You may compile PowerPC toolchain as well, with the same lines, replacing `mipsel` by `powerpc`.
     69You may compile MipsEb and PowerPC toolchain as well, with the same lines, replacing `mipsel` by `mips` or `powerpc`.
     70
     71= Vendor archs =
     72
     73Nios2: ftp://ftp.altera.com/outgoing/download/support/ip/processors/nios2/gnu
     74Microblaze: http://www.petalogix.com/resources/downloads/mb-gcc
     75