Getting Started with RTEMS for C/C++ Users
RTEMS_MAKEFILE_PATH must point to the appropriate directory containing RTEMS build for our target and board support package combination.
export RTEMS_MAKEFILE_PATH=<INSTALLATION_POINT>/<BOARD_SUPPORT_PACKAGE>
Where <INSTALLATION_POINT> and <BOARD_SUPPORT_PACKAGE> are those used when configuring and installing RTEMS.
NOTE: In release 4.0, BSPs were installed at
<INSTALLATION_POINT>/rtems/<BOARD_SUPPORT_PACKAGE>
. This
was changed to be more in compliance with GNU standards.
Getting Started with RTEMS for C/C++ Users
Copyright © 1988-2000 OAR Corporation