source: rtems-docs/user/tools/index.rst @ e52906b

5
Last change on this file since e52906b was e52906b, checked in by Sebastian Huber <sebastian.huber@…>, on 01/09/19 at 15:14:06

Simplify SPDX-License-Identifier comment

  • Property mode set to 100644
File size: 661 bytes
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. Copyright (C) 2017 Chris Johns <chrisj@rtems.org>
4
5Host Tools
6**********
7
8The RTEMS kernel is developed on host computers cross-compiled and linking the
9kernel, language runtime libraries, 3rd party packages and application source
10code so it can run on target hardware. RTEMS and some of the hardware it
11support cannot self-host so we need a range of tools to support the wide range
12of avaliable host computers users wish to develop on. This section details the
13tools available on the host computers to help support RTEMS users and
14developers.
15
16.. toctree::
17
18   linker
19   symbols
20   exeinfo
21   bsp-builder
22   tester
Note: See TracBrowser for help on using the repository browser.