Changeset 9e86f6d6 in rtems
- Timestamp:
- 12/16/97 18:39:28 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 87cec48
- Parents:
- d2632274
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.configure
rd2632274 r9e86f6d6 22 22 --disable-ka9q 23 23 --enable-cpp 24 --enable-gcc28 24 --enable-gcc28 (also use enable-libcdir when disabled) 25 25 --enable-gmake-print-directory 26 --enable-libcdir=<DIRECTORY> (do not use gcc 2.8 is enabled)26 --enable-libcdir=<DIRECTORY> (do not use if gcc 2.8 is enabled) 27 27 --enable-rtemsbsp="bsp1 bsp2 ..." 28 28 … … 47 47 the --enable-gcc28 option may be used to enable this feature. 48 48 You should use the --enable-gcc28 option when using either the 49 egcs source tree or testgcc snapshots.49 egcs source tree, testgcc snapshots, or gcc 2.8.0 or newer. 50 50 51 51 By default, all bsps for a target are built. There are two ways of … … 54 54 + use the --enable-rtemsbsp otion which will set the specified 55 55 bsps as the default bsps, or 56 + set the RTEMS BSP variable during make (see below).56 + set the RTEMS_BSP variable during make (see below). 57 57 58 58 The --enable-rtemsbsp= option configures RTEMS for a specific target … … 84 84 85 85 To build, run make in the build directory. To specify which bsps to build, 86 add the RTEMSBSP="bsp1 bsp2 .." to the make command. 86 add the RTEMS_BSP="bsp1 bsp2 .." to the make command. Specifying multiple 87 BSPs to build only works from the top level build directory. 87 88 88 89 Installation is done under $(prefix)/$(target)/rtems. … … 92 93 (path_to_rtems_src)/configure --target=m68k-rtems 93 94 94 make RTEMS BSP="mvme136 dmv152"95 make RTEMS_BSP="mvme136 dmv152" 95 96 96 make install RTEMSBSP="mvme136 dmv152" 97 97 make install RTEMS_BSP="mvme136 dmv152" 98 98 99 99 The sample tests are built by 'make all', do a 'make test' to build the full
Note: See TracChangeset
for help on using the changeset viewer.