Changes between Version 3 and Version 4 of Arch/Soclib/Tutorial
- Timestamp:
- Jan 21, 2010, 10:14:58 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Arch/Soclib/Tutorial
v3 v4 20 20 [[BR]][[BR]][[Image(arch.png,nolink)]][[BR]][[BR]] 21 21 22 == = Getting SoCLib ===22 == Getting started == 23 23 24 We now need to havea working SoCLib install. SoCLib installation is explained here: soclib:InstallationNotes24 Of course, you need a working SoCLib install. SoCLib installation is explained here: soclib:InstallationNotes 25 25 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 }}} 26 Moreover, you'll need the MutekH source tree and its prerequisites. See InstallationNotes 42 27 43 28 == The MutekH part == … … 45 30 === Getting the sources === 46 31 32 Even if it is available in newer revisions, this tutorial has been tested 33 and is expected to work well at revision 1269, please ensure you checked-out that one. 34 47 35 {{{ 48 svn co -r 1269 https://www -asim.lip6.fr/svn/mutekh/trunk/mutekh36 svn co -r 1269 https://www.mutekh.org/svn/mutekh/trunk/mutekh 49 37 }}} 50 38