Changes between Version 14 and Version 15 of QuickStartSoclib


Ignore:
Timestamp:
Nov 14, 2009, 5:55:40 AM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartSoclib

    v14 v15  
    181181``soclib/soclib/platform/topcells/caba-vgmn-mutekh_tutorial/``.
    182182
     183== Obtenir les compilateurs criosés ==
     184
     185Il est possible d'installer facilement les outils de compilation pour les différents processeurs en utilisant le script {{{tools/crossgen.mk}}} fourni avec mutek:
     186{{{
     187 $ tools/crossgen.mk
     188 $ tools/crossgen.mk all TARGET=mipsel-unknown-elf
     189 $ tools/crossgen.mk all TARGET=arm-unknown-elf
     190}}}
     191
    183192== Configuration de MutekH ==
    184193
     
    358367{{{
    359368$ cd soclib/soclib/platform/topcells/caba-vgmn-mutekh_tutorial
    360 $ make MUTEKH_DIR=~/mutekh/ APP=~/mutekh/examples/hello CONFIG=config_soclib_mipsel
     369$ make MUTEKH_DIR=~/mutekh/ APP=~/mutekh/examples/hello CONFIG=config_soclib_mipsel all
    361370}}}
    362371