From bb4b574983e908329ff6feaff0a0e662ae621649 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 25 Apr 2000 13:15:14 +0000 Subject: Merged changes from 4.5 branch and removed that branch. --- doc/started_ada/sample.t | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/started_ada/sample.t') 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. +make -f Makefile. @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-/.exe +tools/hello_world_ada/o-optimize/.exe @end example How this executable is downloaded to the target board is very dependent -- cgit v1.2.3