summaryrefslogtreecommitdiffstats
path: root/doc/started_ada
diff options
context:
space:
mode:
Diffstat (limited to 'doc/started_ada')
-rw-r--r--doc/started_ada/intro.t15
-rw-r--r--doc/started_ada/sample.t7
2 files changed, 13 insertions, 9 deletions
diff --git a/doc/started_ada/intro.t b/doc/started_ada/intro.t
index bbdb374769..b8ae0ca57f 100644
--- a/doc/started_ada/intro.t
+++ b/doc/started_ada/intro.t
@@ -127,13 +127,14 @@ 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, wish 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.
+rtems-users@@OARcorp.com
+
+This mailing list is dedicated to the discussion of issues related
+to RTEMS, including GNAT/RTEMS. If you have questions about RTEMS,
+wish to make suggestions, or just want to pick up hints, this is a
+good list to subscribe to. Subscribe by sending an empty mail
+message to rtems-users-subscribe@@OARcorp.com. Messages sent
+to rtems-users@@OARcorp.com are posted to the list.
@subsection CrossGCC Mailing List
diff --git a/doc/started_ada/sample.t b/doc/started_ada/sample.t
index d64af1c092..53a2ba4cbb 100644
--- a/doc/started_ada/sample.t
+++ b/doc/started_ada/sample.t
@@ -32,9 +32,12 @@ Use the following command to start the build of the sample application:
@example
cd tools/hello_world_ada
-gmake -f Makefile.<BOARD_SUPPORT_PACKAGE>
+make -f Makefile.<BOARD_SUPPORT_PACKAGE>
@end example
+NOTE: GNU make is the preferred @code{make} utility. Other @code{make}
+implementations may work but all testing is done with GNU make.
+
If the BSP specific modifications to the Makefile were correct and
no errors are detected during the sample application build, it is
reasonable to assume that the build of the GNAT/RTEMS Cross Compiler Tools
@@ -47,7 +50,7 @@ If the sample application has successfully been build, then the application
executable is placed in the following directory:
@example
-tools/hello_world_ada/o-<BOARD_SUPPORT_PACKAGE>/<filename>.exe
+tools/hello_world_ada/o-optimize/<filename>.exe
@end example
How this executable is downloaded to the target board is very dependent