From 57a736ffcb9f106d78f91b70705fcf21adf6c284 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 11 Apr 1998 14:54:58 +0000 Subject: Mostly correcting case of section headings although a few minor things were corrected as the Getting Started with GNAT/RTEMS manual was created. --- doc/started/sample.t | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'doc/started/sample.t') diff --git a/doc/started/sample.t b/doc/started/sample.t index 2ff35bda63..e7bfebc0d2 100644 --- a/doc/started/sample.t +++ b/doc/started/sample.t @@ -8,7 +8,7 @@ @chapter Building the Sample Application -@section Unpack the sample application +@section Unpack the Sample Application Use the following command to unarchive the sample application: @@ -17,7 +17,7 @@ cd tools tar xzf ../arc/hello_world_c.tgz @end example -@section Set the environment variable RTEMS_MAKEFILE_PATH +@section Set the Environment Variable RTEMS_MAKEFILE_PATH It must point to the appropriate directory containing RTEMS build for our target and board support package combination. @@ -27,9 +27,7 @@ export RTEMS_MAKEFILE_PATH = \ /rtems/ @end example -Where: - - and are those used when +Where and are those used when configuring and installing RTEMS. @section Build the Sample Application @@ -46,13 +44,13 @@ reasonable to assume that the build of the GNU C/C++ Cross Compiler Tools for RTEMS and RTEMS itself for the selected host and target combination was done properly. -@section Application executable +@section Application Executable If the sample application has successfully been build, then the application executable is placed in the following directory: @example -tools/simple_app/o-/.exe +tools/hello_world_c/o-/.exe @end example How this executable is downloaded to the target board is very dependent -- cgit v1.2.3