Changes between Version 27 and Version 28 of QuickStartSoclib


Ignore:
Timestamp:
Jun 14, 2010, 3:34:18 PM (14 years ago)
Author:
Nicolas Pouillon
Comment:

Highlighting

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartSoclib

    v27 v28  
    3030
    3131{{{
     32#!sh
    3233svn co https://www-asim.lip6.fr/svn/mutekh/trunk/mutekh
    3334}}}
     
    5253You can rely on the {{{tools/crossgen.mk}}} script which comes along with MutekH to build some GNU cross-toolchains:
    5354{{{
     55#!sh
    5456 $ tools/crossgen.mk
    5557 $ tools/crossgen.mk all TARGET=mipsel-unknown-elf
     
    6062
    6163{{{
     64#!sh
    6265$ cd path/to/mutekh
    6366$ make kernel-het CONF=examples/hello_het/config BUILD=ph-het EACH=soclib-arm:soclib-mips32el
     
    6871
    6972{{{
     73#!sh
    7074$ cd path/to/soclib/soclib/platform/topcells/caba-vgmn-mutekh_kernel_tutorial
    7175$ make system.x
     
    7680The simulator needs the MutekH executable file name and the processor type and the number of processors of this type:
    7781{{{
     82#!sh
    7883$ cd path/to/soclib/soclib/platform/topcells/caba-vgmn-mutekh_kernel_tutorial
    7984$ ./system.x mips32el:2 path/to/mutekh/kernel-mipsel.het.out arm:2 path/to/mutekh/kernel-arm.het.out