forked from Imagelibrary/rtems
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 <Stephan.Wilms@CWA.de>.
This commit is contained in:
@@ -23,13 +23,16 @@ It must point to the appropriate directory containing RTEMS build for our
|
|||||||
target and board support package combination.
|
target and board support package combination.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
export RTEMS_MAKEFILE_PATH = \
|
export RTEMS_MAKEFILE_PATH = <INSTALLATION_POINT>/<BOARD_SUPPORT_PACKAGE>
|
||||||
<INSTALLATION_POINT>/rtems/<BOARD_SUPPORT_PACKAGE>
|
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
Where <INSTALLATION_POINT> and <BOARD_SUPPORT_PACKAGE> are those used when
|
Where <INSTALLATION_POINT> and <BOARD_SUPPORT_PACKAGE> are those used when
|
||||||
configuring and installing RTEMS.
|
configuring and installing RTEMS.
|
||||||
|
|
||||||
|
NOTE: In release 4.0, BSPs were installed at
|
||||||
|
@code{<INSTALLATION_POINT>/rtems/<BOARD_SUPPORT_PACKAGE>}. This
|
||||||
|
was changed to be more in compliance with GNU standards.
|
||||||
|
|
||||||
@section Build the Sample Application
|
@section Build the Sample Application
|
||||||
|
|
||||||
Use the following command to start the build of the sample application:
|
Use the following command to start the build of the sample application:
|
||||||
|
|||||||
Reference in New Issue
Block a user