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

5
Last change on this file since eb934d0 was eb934d0, checked in by Chris Johns <chrisj@…>, on 06/01/17 at 01:44:34

User: Remove conflict marker.

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