Changes between Version 9 and Version 10 of Arch/Soclib/Tutorial


Ignore:
Timestamp:
Jun 16, 2010, 1:06:55 AM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Arch/Soclib/Tutorial

    v9 v10  
    11= MutekH tutorial for SoCLib platform =
    22
    3 This guide explain how to run MutekH on a [wiki:Arch/Soclib SoCLib] hardware simulator.
     3This guide explain how to run MutekH on a customizable [wiki:Arch/Soclib SoCLib] hardware simulator.
    44This is allow easy experimentation with advanced multi-processor programming.
     5You should read the QuickStartSoclib guide instead if you do not plan to model your own hardware platform and are just interested in embedded software development.
    56
    67You are '''highly encouraged''' to first follow the [wiki:QuickStartUnix MutekH as Unix process quick start guide]
     
    4142svn co -r 1489 https://www.mutekh.org/svn/mutekh/trunk/mutekh
    4243}}}
     44
     45=== Getting the cross-compilers ===
     46
     47You can rely on the {{{tools/crossgen.mk}}} script which comes along with MutekH to build some GNU toolchains or download a precompiled toolchain. See BuildingExamples page.
    4348
    4449=== Writing the example source code ===