mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 14:17:11 +08:00

- Fix minor formatting issues. - Fix reference the gloassary TLS using ':term:'. - Make sure nothing is between an anchor and the heading where ':ref:' references the anchor. This meant moving all the recently added '.. index::' entries. Update #3232. Update #3229.
24 lines
711 B
ReStructuredText
24 lines
711 B
ReStructuredText
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
.. comment: Copyright (c) 2017 Chris Johns <chrisj@rtems.org>
|
|
.. comment: All rights reserved.
|
|
|
|
Host Tools
|
|
**********
|
|
|
|
The RTEMS kernel is developed on host computers cross-compiled and linking the
|
|
kernel, language runtime libraries, 3rd party packages and application source
|
|
code so it can run on target hardware. RTEMS and some of the hardware it
|
|
support cannot self-host so we need a range of tools to support the wide range
|
|
of avaliable host computers users wish to develop on. This section details the
|
|
tools available on the host computers to help support RTEMS users and
|
|
developers.
|
|
|
|
.. toctree::
|
|
|
|
linker
|
|
symbols
|
|
exeinfo
|
|
bsp-builder
|
|
tester
|