Changes between Version 3 and Version 4 of Arch/Soclib/Tutorial


Ignore:
Timestamp:
Jan 21, 2010, 10:14:58 AM (14 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Arch/Soclib/Tutorial

    v3 v4  
    2020[[BR]][[BR]][[Image(arch.png,nolink)]][[BR]][[BR]]
    2121
    22 === Getting SoCLib ===
     22== Getting started ==
    2323
    24 We now need to have a working SoCLib install. SoCLib installation is explained here: soclib:InstallationNotes
     24Of course, you need a working SoCLib install. SoCLib installation is explained here: soclib:InstallationNotes
    2525
    26 === SoCLib platform description ===
    27 
    28 The SoCLib source tree contains a platform dedicated to this tutorial:
    29 [soclib:source:trunk/soclib/soclib/platform/topcells/caba-vgmn-mutekh_soclib_tutorial/]
    30 
    31 === Getting the cross-compilers ===
    32 
    33 SoCLib installation nodes already provides a way to get cross-compiler, if you don't already have them, MutekH holds a tool
    34 to build a complete cross-compilation toolchain:
    35 
    36 The script is in [source:trunk/mutekh/tools/crossgen.mk@1269 tools/crossgen.mk]:
    37 {{{
    38  $ tools/crossgen.mk
    39 [prints some help]
    40  $ tools/crossgen.mk all TARGET=mipsel-unknown-elf
    41 }}}
     26Moreover, you'll need the MutekH source tree and its prerequisites. See InstallationNotes
    4227
    4328== The MutekH part ==
     
    4530=== Getting the sources ===
    4631
     32Even if it is available in newer revisions, this tutorial has been tested
     33and is expected to work well at revision 1269, please ensure you checked-out that one.
     34
    4735{{{
    48 svn co -r 1269 https://www-asim.lip6.fr/svn/mutekh/trunk/mutekh
     36svn co -r 1269 https://www.mutekh.org/svn/mutekh/trunk/mutekh
    4937}}}
    5038