From 9230e9c7021d28918daa4e27e24e11cf0ca2b34d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 May 2000 13:12:03 +0000 Subject: RTEMS_MAKEFILE_PATH instructions incorrectly included rtems subdirectory. This directory was removed post-4.0 to be more in compliance with GNU standards. Reported by Stephan Wilms . --- doc/started/sample.t | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/started/sample.t b/doc/started/sample.t index 897b444007..e4019e911a 100644 --- a/doc/started/sample.t +++ b/doc/started/sample.t @@ -23,13 +23,16 @@ It must point to the appropriate directory containing RTEMS build for our target and board support package combination. @example -export RTEMS_MAKEFILE_PATH = \ -/rtems/ +export RTEMS_MAKEFILE_PATH = / @end example Where and are those used when configuring and installing RTEMS. +NOTE: In release 4.0, BSPs were installed at +@code{/rtems/}. This +was changed to be more in compliance with GNU standards. + @section Build the Sample Application Use the following command to start the build of the sample application: -- cgit v1.2.3