Changes between Version 3 and Version 4 of BuildingExamples
- Timestamp:
- Mar 29, 2010, 2:42:51 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingExamples
v3 v4 19 19 20 20 - [http://www.qemu.org/ Qemu] to run native x86 binaries 21 - [https://www.soclib.fr/ SoCLib] to experiment with various multiprocessor platforms 21 - [https://www.soclib.fr/ SoCLib] to experiment with various multiprocessor platforms (see soclib:InstallationNotes) 22 22 23 23 You may need extra tools to deals with kernel images for some targets: … … 27 27 28 28 The [source:trunk/mutekh/tools/x86_cdrom.sh] and [source:trunk/mutekh/tools/x86_floppy.sh] scripts are available to easily create boot disk images. 29 30 == Building cross-compilers == 31 32 MutekH comes with a tool to build a complete cross-compilation toolchain: 33 34 The script is [source:trunk/mutekh/tools/crossgen.mk tools/crossgen.mk]. 35 36 There is an inline help: 37 {{{ 38 $ tools/crossgen.mk 39 [prints some help] 40 }}} 41 42 You can try a line like this one to get a Mips cross-compiler installed under `~/gnu`: 43 {{{ 44 $ tools/crossgen.mk all TARGET=mipsel-unknown-elf PREFIX=$HOME/gnu 45 }}} 29 46 30 47 == Building examples ==