Changeset db86923 in rtems-docs for user/installation/releases.rst
- Timestamp:
- 03/25/18 23:11:54 (6 years ago)
- Branches:
- 4.11
- Children:
- 99a84f9
- Parents:
- 739e0f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
user/installation/releases.rst
r739e0f9 rdb86923 47 47 shosted here. It has excellent internet access and performance. 48 48 49 .. note:: ** Controlling the RTEMS Kernel Build**50 51 Building releases by default builds the RTEMS kernel. To notbuild the RTEMS52 kernel add the ``--with out-rtems`` option to the RSB command line.53 54 By default all the BSPs for an architecture are built. If you only wish to55 have a specific BSP built you can specify the BSP list by providing to the56 RSB the option ``--enable-rtemsbsp``. For example to build two BSPs for the57 SPARC architecture you can supply ``--enable-rtemsbsp="erc32 sis"``. This can58 speed the build time up for some architectures that have a lot of BSPs.59 60 Once you have built the tools and kernel you can move to the Packages section49 .. note:: **Optionally Build RTEMS Kernel with the RSB** 50 51 Release build by default do not build the RTEMS kernel. To build the RTEMS 52 kernel add the ``--with-rtems`` option to the RSB command line. 53 54 If you do build the RTEMS with the tools the default is to build all the 55 BSPs for an architecture. There can be a large number of BSP and take a 56 while so you can specify the BSP list by providing to the RSB the option 57 ``--enable-rtemsbsp``. For example to build two BSPs for the SPARC 58 architecture you can supply ``--enable-rtemsbsp="erc32 sis"``. 59 60 Once you have built the tools and a kernel you can move to the Packages section 61 61 of the manual. 62 62
Note: See TracChangeset
for help on using the changeset viewer.