Changeset 1accbe3 in rtems-docs
- Timestamp:
- 03/15/17 01:34:19 (7 years ago)
- Branches:
- 5, master
- Children:
- f97be09
- Parents:
- 91d6c96
- git-author:
- Chris Johns <chrisj@…> (03/15/17 01:34:19)
- git-committer:
- Chris Johns <chrisj@…> (03/15/17 04:03:41)
- Files:
-
- 4 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
common/_static/my-styles.css
r91d6c96 r1accbe3 112 112 113 113 /* 114 * Option description name. 115 */ 116 .rst-content dl:not(.docutils) dt { 117 background: transparent; 118 color: #11111111; 119 border-top: 0px; 120 } 121 122 /* 114 123 * Nav side-bar in RTEMS colours. 115 124 */ -
user/index.rst
r91d6c96 r1accbe3 29 29 hardware/index 30 30 31 tools/index 32 31 33 support/index 32 34 additional/index -
user/tools/index.rst
r91d6c96 r1accbe3 1 1 .. comment SPDX-License-Identifier: CC-BY-SA-4.0 2 2 3 .. comment: Copyright (c) 201 6Chris Johns <chrisj@rtems.org>3 .. comment: Copyright (c) 2017 Chris Johns <chrisj@rtems.org> 4 4 .. comment: All rights reserved. 5 5 6 RTEMSTools7 ***** ******6 Tools 7 ***** 8 8 9 The RTEMS kernel is cross-compiled on host computers and linked to 3rd party 10 packages and application code and run on target hardware. This section details 11 how to build asuitable cross-compiler and how to use the tools. 9 The RTEMS kernel is developed on a host computer where the user's application 10 code is cross-compiled to the target hardware's processor instructions and 11 linked to the RTEMS kernel and language runtime libraries, and any 3rd party 12 packages. RTEMS is not a multiprocess operating system and self hosting the 13 types of tools need to create executables is not feasable. As a result a range 14 of support tools are needed and they need run on the wide range of avaliable 15 host computers users wish to develop on. This section details the tools 16 available on host computers RTEMS users and developers need to create RTEMS 17 executables. 18 19 .. include:: linker.rst 20 .. include:: symbols.rst 21 .. include:: exeinfo.rst 22 .. include:: trace-linker.rst 23 .. include:: bsp-builder.rst
Note: See TracChangeset
for help on using the changeset viewer.