Changeset 2038a444 in rtems
- Timestamp:
- 05/28/00 19:37:24 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 91c2b82e
- Parents:
- 1732414
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/started/sample.t
r1732414 r2038a444 62 62 How this executable is downloaded to the target board is very dependent 63 63 on the BOARD_SUPPORT_PACKAGE selected. 64 65 @section More Information on RTEMS Application Makefiles 66 67 The hello world sample application is a simple example of an 68 RTEMS application the uses the RTEMS Application Makefile 69 system. This Makefile system gives simplifies building 70 RTEMS applications by providing Makefile templates and 71 capturing the configuration information used to build 72 RTEMS specific to your BSP. Building an RTEMS application 73 for different BSPs is as simple as switching the 74 setting of @code{RTEMS_MAKEFILE_PATH}. This Makefile 75 system is described in the file 76 @code{@value{RTEMS-UNTAR}/make/README}.
Note: See TracChangeset
for help on using the changeset viewer.