summaryrefslogtreecommitdiffstats
path: root/doc/started/sample.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-10 16:03:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-10 16:03:26 +0000
commitbdec27096aeae0838d6ccb62344387c76b2a1086 (patch)
tree206859bf693c89ac7feae70159cf8b92e0be6b8d /doc/started/sample.t
parentmoved supplements under a subdirectory (diff)
downloadrtems-bdec27096aeae0838d6ccb62344387c76b2a1086.tar.bz2
In texinfo nicely with all version dependent information
now in variables and some updates already in place.
Diffstat (limited to '')
-rw-r--r--doc/started/sample.t13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/started/sample.t b/doc/started/sample.t
index ad2478d746..2ff35bda63 100644
--- a/doc/started/sample.t
+++ b/doc/started/sample.t
@@ -14,7 +14,7 @@ Use the following command to unarchive the sample application:
@example
cd tools
-tar xzf ../arc/simple_app.tgz
+tar xzf ../arc/hello_world_c.tgz
@end example
@section Set the environment variable RTEMS_MAKEFILE_PATH
@@ -29,28 +29,31 @@ export RTEMS_MAKEFILE_PATH = \
Where:
-<INSTALLATION_POINT> and <BOARD_SUPPORT_PACKAGE> are those used in step 4.3
+<INSTALLATION_POINT> and <BOARD_SUPPORT_PACKAGE> are those used when
+configuring and installing RTEMS.
@section Build the Sample Application
Use the following command to start the build of the sample application:
@example
-cd tools/simple_app
+cd tools/hello_world_c
gmake
@end example
If no errors are detected during the sample application build, it is
reasonable to assume that the build of the GNU C/C++ Cross Compiler Tools
-for RTEMS and the build of the RTEMS OS for the selected host and target
+for RTEMS and RTEMS itself for the selected host and target
combination was done properly.
@section Application executable
-If the application build has taken place without error, the application
+If the sample application has successfully been build, then the application
executable is placed in the following directory:
@example
tools/simple_app/o-<BOARD_SUPPORT_PACKAGE>/<filename>.exe
@end example
+How this executable is downloaded to the target board is very dependent
+on the BOARD_SUPPORT_PACKAGE selected.