doc misc: Building again and updates

Remove references to Cygnus
Fix issues introduced in previous edits
This commit is contained in:
Joel Sherrill
2014-03-20 17:43:09 -05:00
parent a5385b1f72
commit 8cc7084c2c
6 changed files with 14 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ if USE_HTML
html_DATA = index.html html_DATA = index.html
endif endif
EXTRA_DIST += common/cpright.texi common/setup.texi \ EXTRA_DIST = common/cpright.texi common/setup.texi \
common/treedef.tex common/rtems.texi.in common/treedef.tex common/rtems.texi.in
if USE_HTML if USE_HTML

View File

@@ -140,8 +140,8 @@ and installed, it will be necessary to modify the environment of
each RTEMS application developer to reflect at least the path of each RTEMS application developer to reflect at least the path of
the newly installed cross development toolset. the newly installed cross development toolset.
The documentation for the FSF GNU and Cygnus tools is The documentation for the FSF GNU and open source tools is
formatted using TeX. The RTEMS developers use TeX 3.14t3 to formatted using TeX. The RTEMS developers use TeX to
format the manuals for their own use. This document does not format the manuals for their own use. This document does not
contain instructions on the acquisition or installation of TeX contain instructions on the acquisition or installation of TeX
and supporting tools. and supporting tools.

View File

@@ -15,7 +15,7 @@ procedure, and current status of Release @value{VERSION} of the RTEMS
executive. An installation procedure is provided which executive. An installation procedure is provided which
describes the steps necessary to load and configure the RTEMS describes the steps necessary to load and configure the RTEMS
environment, including the GNU Development Environment and the environment, including the GNU Development Environment and the
Cygnus NEWLIB ANSI C Library, on a host computer. The status of NEWLIB ANSI C Library, on a host computer. The status of
the RTEMS environment is given, which includes supported the RTEMS environment is given, which includes supported
processors and target boards, versions of the GNU utilities processors and target boards, versions of the GNU utilities
which were used by the RTEMS developers for this release, which were used by the RTEMS developers for this release,
@@ -45,7 +45,7 @@ Each list may be subscribed to, archives view, etc. by visiting
* GNU Development Tools:: * GNU Development Tools::
* ANSI C Libraries:: * ANSI C Libraries::
* GNU C Library:: * GNU C Library::
* Cygnus NEWLIB C Library:: * NEWLIB C Library::
@end menu @end menu
This section discusses the freely available tools and This section discusses the freely available tools and
@@ -95,11 +95,6 @@ The primary ftp site for the FSF GNU tools is
prep.ai.mit.edu (18.71.0.38) in the /pub/gnu directory. These prep.ai.mit.edu (18.71.0.38) in the /pub/gnu directory. These
tools are mirrored on numerous ftp sites. tools are mirrored on numerous ftp sites.
Cygnus maintains an ftp site -- ftp.cygnus.com
(205.180.83.42) -- which contains a source code which appeals to
embedded developers. Of especial interest on this site are the
directories /pub/newlib and /pub/embedded.
@node ANSI C Libraries, GNU C Library, GNU Development Tools, Introduction Supporting Tools @node ANSI C Libraries, GNU C Library, GNU Development Tools, Introduction Supporting Tools
@subsection ANSI C Libraries @subsection ANSI C Libraries
@@ -109,14 +104,14 @@ distributable ANSI C Libraries:
@itemize @bullet @itemize @bullet
@item GNU C Library, and @item GNU C Library, and
@item Cygnus NEWLIB @item NEWLIB
@end itemize @end itemize
No C Library is included in the standard RTEMS No C Library is included in the standard RTEMS
distribution. It is the responsibility of the user to obtain distribution. It is the responsibility of the user to obtain
and install a C Library separately. and install a C Library separately.
@node GNU C Library, Cygnus NEWLIB C Library, ANSI C Libraries, Introduction Supporting Tools @node GNU C Library, NEWLIB C Library, ANSI C Libraries, Introduction Supporting Tools
@subsection GNU C Library @subsection GNU C Library
The GNU C Library is a robust and well-documented C The GNU C Library is a robust and well-documented C
@@ -142,7 +137,7 @@ for reentrancy. This library is a collection of freely distributable
and public domain source code and is freely distributable with as few and public domain source code and is freely distributable with as few
restrictions as possible placed on the end user. restrictions as possible placed on the end user.
@node Introduction Documentation, Installation Procedure, Cygnus NEWLIB C Library, Introduction @node Introduction Documentation, Installation Procedure, NEWLIB C Library, Introduction
@section Documentation @section Documentation
The RTEMS Documentation Set is provided online at The RTEMS Documentation Set is provided online at

View File

@@ -97,7 +97,7 @@ following processors and target boards:
@end itemize @end itemize
Support for the Cygnus NEWLIB Standard C Library is Support for the NEWLIB Standard C Library is
provided with this release which may be used on any of the RTEMS provided with this release which may be used on any of the RTEMS
supported targets. The BSPs only provide support for console supported targets. The BSPs only provide support for console
I/O only using this library. Support for the reentrancy I/O only using this library. Support for the reentrancy

View File

@@ -137,8 +137,9 @@ command has numerous command line arguments. These arguments are
discussed in detail in documentation that comes with the RTEMS discussed in detail in documentation that comes with the RTEMS
distribution. A full list of these arguments can be obtained by running distribution. A full list of these arguments can be obtained by running
@code{../rtems-@value{RTEMSAPI}.<VERSION>/configure --help} If you @code{../rtems-@value{RTEMSAPI}.<VERSION>/configure --help} If you
followed the procedure described in the section @ref{Unarchive the followed the procedure described in the section @ref{Unarchive
RTEMS Source} or @ref{Obtaining the RTEMS Source from CVS}, these configuration options can be found in the file the RTEMS Source} or @ref{Obtaining the RTEMS Source from Git},
these configuration options can be found in the file
rtems-@value{RTEMSAPI}.<VERSION>/README.configure. rtems-@value{RTEMSAPI}.<VERSION>/README.configure.
@b{NOTE}: The GNAT/RTEMS run-time implementation is based on the POSIX @b{NOTE}: The GNAT/RTEMS run-time implementation is based on the POSIX

View File

@@ -48,10 +48,10 @@ In addition, the following manuals from the GNU Cross Compilation Toolset
include information on run-time services available. include information on run-time services available.
@itemize @bullet @itemize @bullet
@item @b{Cygnus C Support Library} describes the Standard C Library @item @b{C Support Library} describes the Standard C Library
functionality provided by Newlib's libc. functionality provided by Newlib's libc.
@item @b{Cygnus C Math Library} describes the Standard C Math Library @item @b{C Math Library} describes the Standard C Math Library
functionality provided by Newlib's libm. functionality provided by Newlib's libm.
@end itemize @end itemize