OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / Documentation / LEOX-TSIM-HOWTO
1 uClinux on the LEON TSIM Simulator
2 ----------------------------------
3
4 To compile for the SPARC LEON TSIM simulator you will first need to get a
5 sparc-elf toolchain. You can get a pre-built package on uclinux.org at:
6
7   http://www.uclinux.org/pub/uClinux/sparc-elf-tools/
8
9 Othwerwise you can generate your own using binutils and gcc.
10
11 To build uClinux for TSIM simply choose the LEOX/TSIM target when configuring.
12 You can only select the linux-2.0.x kernel and uC-libc library. There is no
13 support for linux-2.4.x kernels, uClibc or glibc libaries.
14
15 The make process will ultimately build an images/image.bin file.
16 This can be run directly with tsim:
17
18     tsim images/image.elf
19
20 Then use the "c" continue command to run it.
21