summaryrefslogtreecommitdiffstats
path: root/doc/started_ada
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-13 17:41:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-13 17:41:28 +0000
commitfdd6a26e68f1fbc036676158b1bae0e13881d2ca (patch)
tree8a87096fa670ceb6483d927460d3bf83a31865a4 /doc/started_ada
parentFixed directory name for gnu tools ftp site (diff)
downloadrtems-fdd6a26e68f1fbc036676158b1bae0e13881d2ca.tar.bz2
Added Resources on the Internet section
Diffstat (limited to 'doc/started_ada')
-rw-r--r--doc/started_ada/Makefile2
-rw-r--r--doc/started_ada/buildada.t15
-rw-r--r--doc/started_ada/intro.t43
3 files changed, 49 insertions, 11 deletions
diff --git a/doc/started_ada/Makefile b/doc/started_ada/Makefile
index 1507aaeb4a..e7eec5c09a 100644
--- a/doc/started_ada/Makefile
+++ b/doc/started_ada/Makefile
@@ -50,7 +50,7 @@ intro.texi: intro.t versions.texi
-n "Requirements" ${*}.t
require.texi: require.t versions.texi
- $(BMENU) -c -p "Cross Development" \
+ $(BMENU) -c -p "Resources on the Internet" \
-u "Top" \
-n "Building the GNAT Cross Compiler Toolset" ${*}.t
diff --git a/doc/started_ada/buildada.t b/doc/started_ada/buildada.t
index 9418e3d38c..e66810f610 100644
--- a/doc/started_ada/buildada.t
+++ b/doc/started_ada/buildada.t
@@ -76,7 +76,6 @@ approximately 20 megabytes.
File: hello_world_ada.tgz
@end example
-
@section Create the tools Directory
Create a directory called tools that will serve as a working directory to
@@ -339,31 +338,31 @@ was generated and for which target system the tools are to produce code for.
@item BINUTILS
is the directory under tools that contains @value{BINUTILS-UNTAR}.
-For example,
+For example:
@example
-BINUTILS=@value{BINUTILS-UNTAR}.
+BINUTILS=@value{BINUTILS-UNTAR}
@end example
@item GCC
is the directory under tools that contains @value{GCC-UNTAR}.
-For example,
+For example:
@example
-GCC=@value{GCC-UNTAR}.
+GCC=@value{GCC-UNTAR}
@end example
@item NEWLIB
is the directory under tools that contains @value{NEWLIB-UNTAR}.
-For example,
+For example:
@example
-NEWLIB=@value{NEWLIB-UNTAR}.
+NEWLIB=@value{NEWLIB-UNTAR}
@end example
@item BUILD_DOCS
is set to "yes" if you want to install documentation.
-For example,
+For example:
@example
BUILD_DOCS=yes
diff --git a/doc/started_ada/intro.t b/doc/started_ada/intro.t
index f970ec293b..edf6019143 100644
--- a/doc/started_ada/intro.t
+++ b/doc/started_ada/intro.t
@@ -22,8 +22,10 @@ essentials for performing a setup of the following items:
@end itemize
The remainder of this chapter provides background information on real-time
-embedded systems and cross development. If you are not familiar with either
-of these areas, please read them. This will help familiarize you with the
+embedded systems and cross development and an overview of other
+resources of interest on the Internet. If you are not familiar with
+real-time embedded systems, of these areas, please read those sections.
+These sections will help familiarize you with the
types of systems RTEMS is designed to be used in and the cross development
process used when developing RTEMS applications.
@@ -118,5 +120,42 @@ systems. For example, many of the processors targeting the embedded market
do not include hardware floating point units, but do include peripherals such
as timers, serial controllers, or network interfaces.
+@section Resources on the Internet
+
+This section describes various resources on the Internet which are of
+use to GNAT/RTEMS users.
+
+@subsection RTEMS Mailing List
+
+rtems-list@@OARcorp.com
+
+This mailing list is dedicated to discussion of issues related
+to RTEMS. If you have questions about RTEMS, which to make
+suggestions, or just want to pick up hints, this is a good
+list to subscribe to. Subscribe by sending a message with
+the one line "subscribe" to rtems-list-request@@OARcorp.com.
+
+@subsection CrossGCC Mailing List
+
+crossgcc@@cygnus.com
+
+This mailing list is dedicated to the use of the GNU tools in
+cross development environments. Most of the discussions
+focus on embedded issues. Subscribe by sending a message with
+the one line "subscribe" to crossgcc-request@@cygnus.com.
+
+The crossgcc FAQ as well as a number of patches and utiliities
+of interest to cross development system users are available
+at ftp://ftp.cygnus.com/pub/embedded/crossgcc.
+
+@subsection GNAT Chat Mailing List
+
+chat@@gnat.com
+
+This mailing list is dedicated to the general discussion
+of GNAT specific issues. The discussions try to avoid
+more general Ada95 language issues which have other
+forums. Subscribe by sending a message with
+the one line "subscribe" to chat-request@@gnat.com.