summaryrefslogtreecommitdiffstats
path: root/doc/started/sample.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-25 13:15:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-25 13:15:14 +0000
commitbb4b574983e908329ff6feaff0a0e662ae621649 (patch)
treef870e550c3c376117f9137892dd30c282c4209a7 /doc/started/sample.t
parentPatch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. (diff)
downloadrtems-bb4b574983e908329ff6feaff0a0e662ae621649.tar.bz2
Merged changes from 4.5 branch and removed that branch.
Diffstat (limited to 'doc/started/sample.t')
-rw-r--r--doc/started/sample.t7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/started/sample.t b/doc/started/sample.t
index 9f8da9eb60..897b444007 100644
--- a/doc/started/sample.t
+++ b/doc/started/sample.t
@@ -36,9 +36,12 @@ Use the following command to start the build of the sample application:
@example
cd tools/hello_world_c
-gmake
+make
@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 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 RTEMS itself for the selected host and target
@@ -50,7 +53,7 @@ If the sample application has successfully been build, then the application
executable is placed in the following directory:
@example
-tools/hello_world_c/o-<BOARD_SUPPORT_PACKAGE>/<filename>.exe
+tools/hello_world_c/o-optimize/<filename>.exe
@end example
How this executable is downloaded to the target board is very dependent