forked from Imagelibrary/rtems
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct problems
on RELEASE versus VERSION.
This commit is contained in:
@@ -46,9 +46,9 @@ Throughout the rest of this manual
|
||||
within the RTEMS distribution. For persons using the ftp
|
||||
distribution found on the primary ftp site for RTEMS,
|
||||
<RTEMS_distribution> is
|
||||
ftp://ftp.OARcorp.com/oarcorp/rtems/@value{RELEASE}.
|
||||
ftp://ftp.OARcorp.com/oarcorp/rtems/@value{VERSION}.
|
||||
|
||||
The archive files for RTEMS Release @value{RELEASE} are found
|
||||
The archive files for RTEMS Release @value{VERSION} are found
|
||||
under the directory <RTEMS_distribution>. This directory
|
||||
contains the files which comprise this relase as well as any
|
||||
patches which may be required for other tools.
|
||||
@@ -116,7 +116,7 @@ NOTE: gunzip -c is equivalent to gzcat, while gtar is GNU tar.
|
||||
Given that the necessary utility programs are
|
||||
installed, any of the above commands will extract the contents
|
||||
of <file>.tar.gz into the current directory. All of the RTEMS
|
||||
components will be extracted into the subdirectory rtems-@value{RELEASE}.
|
||||
components will be extracted into the subdirectory rtems-@value{VERSION}.
|
||||
To view the contents of a component without restoring any files,
|
||||
use a command similar to the following:
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
@end ifinfo
|
||||
|
||||
This document describes the contents, installation
|
||||
procedure, and current status of Release @value{RELEASE} of the RTEMS
|
||||
procedure, and current status of Release @value{VERSION} of the RTEMS
|
||||
executive. An installation procedure is provided which
|
||||
describes the steps necessary to load and configure the RTEMS
|
||||
environment, including the GNU Development Environment and the
|
||||
|
||||
@@ -19,14 +19,14 @@
|
||||
@end ifinfo
|
||||
|
||||
This chapter will describe the current status of
|
||||
release version @value{RELEASE} of the RTEMS Development Environment.
|
||||
release version @value{VERSION} of the RTEMS Development Environment.
|
||||
|
||||
@ifinfo
|
||||
@node Development Environment Status RTEMS Executive Status, Development Environment Status Development Environment Status, Development Environment Status, Development Environment Status
|
||||
@end ifinfo
|
||||
@section RTEMS Executive Status
|
||||
|
||||
Release @value{RELEASE} of the RTEMS Executive contains support
|
||||
Release @value{VERSION} of the RTEMS Executive contains support
|
||||
for both the classic RTEMS API based on the RTEID specification as well
|
||||
as support for POSIX threads and real-time extensions.
|
||||
|
||||
@@ -140,7 +140,7 @@ capabilities of newlib is provided in the RTEMS distribution.
|
||||
@section Development Environment Status
|
||||
|
||||
This section details the versions of the tools used
|
||||
to develop and maintain RTEMS @value{RELEASE}:
|
||||
to develop and maintain RTEMS @value{VERSION}:
|
||||
|
||||
@itemize @bullet
|
||||
@item Cross Tools
|
||||
|
||||
Reference in New Issue
Block a user