develenv: Fix build errors for real

This commit is contained in:
Joel Sherrill 2016-10-27 18:35:41 -05:00
parent 8c75d59cdf
commit c2cefaa3ff
3 changed files with 6 additions and 9 deletions

View File

@ -1334,16 +1334,14 @@ issue of Embedded Systems magazine. The code was downloaded
from their BBS. Unfortunately, the authors name was not
provided in the listing.
.. COMMENT: unhex
unhex - Convert Hexadecimal File into Binary Equivalent
=======================================================
**SYNOPSIS**
.. code:: c
.. code:: shell
unhex \[-valF] \[-o file] \[file \[file ...] ]
unhex [-valF] [-o file] [file [file ...] ]
**DESCRIPTION**
@ -1388,11 +1386,8 @@ Command and Variable Index
There are currently no Command and Variable Index entries.
.. COMMENT: @printindex fn
Concept Index
#############
There are currently no Concept Index entries.
.. COMMENT: @printindex cp

View File

@ -126,7 +126,7 @@ the RTEMS source tree. The top of the tree will be referenced as
based upon whether they are used in the process of building RTEMS and
applications, are CPU specific, or are used to assist in updating the RTEMS
source tree and applications. The support utilities used in the process of
building RTEMS are described in :ref:`RTEMS Specific Utilities`.
building RTEMS are described in :ref:`rtems-specific-utilities`.
These are the only components of this subtree that will be discussed
in this document.
@ -411,7 +411,7 @@ included with the RTEMS and the directory in which they may be located:
This directory provides sample application tests which aid in the testing a
newly built RTEMS environment, a new BSP, or as starting points for the
development of an application using the RTEMS executive. They are
discussed in `Sample Applications`_.
discussed in ::ref::`Sample Applications`.
``${RTEMS_ROOT}/testsuites/sptests/``
This directory contains the test suite for the RTEMS Classic API when

View File

@ -1,5 +1,7 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
.. _rtems-specific-utilities:
RTEMS Specific Utilities
########################