From bdec27096aeae0838d6ccb62344387c76b2a1086 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 10 Apr 1998 16:03:26 +0000 Subject: In texinfo nicely with all version dependent information now in variables and some updates already in place. --- doc/started/sample.t | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'doc/started/sample.t') 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: - and are those used in step 4.3 + and 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-/.exe @end example +How this executable is downloaded to the target board is very dependent +on the BOARD_SUPPORT_PACKAGE selected. -- cgit v1.2.3