Changeset 27bcdfb in rtems-docs for user/start/releases.rst
- Timestamp:
- 03/22/16 01:54:39 (7 years ago)
- Branches:
- 4.11, 5, am, master
- Children:
- 2151927
- Parents:
- 024e040
- git-author:
- Chris Johns <chrisj@…> (03/22/16 01:54:39)
- git-committer:
- Amar Takhar <verm@…> (05/03/16 00:51:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
user/start/releases.rst
r024e040 r27bcdfb 5 5 6 6 Released Version 7 ---------------- 7 ================ 8 8 .. index:: tarball 9 9 .. index:: release … … 13 13 older releases is provided using the RTEMS support channels. 14 14 15 .. sidebar:: *GDB and Python* 16 17 RTEMS uses Python in GDB to aid debugging which means GDB needs to be built 18 with Python development libraries. Please check the RSB documentation and 19 install the packages specified for your host. Make sure a python development 20 package is included. 15 Please read :ref:`development-hosts` before continuing. 21 16 22 17 The following procedure assumes you have installed and configured your host … … 50 45 kernel add the ``--without-rtems`` option to the RSB command line. 51 46 52 By default all the BSPs for an architecture are buil d. If you only wish to47 By default all the BSPs for an architecture are built. If you only wish to 53 48 have a specific BSP build you can specify the BSP list by providing to the 54 49 RSB the option ``--with-rtemsbsp``. For example to build two BSPs for the … … 58 53 59 54 RTEMS Tools Chain 60 ~~~~~~~~~~~~~~~~~ 55 ----------------- 61 56 62 57 Set up a suitable workspace to build the release in. On Unix: … … 94 89 2016-03-21 10:50:11 (173 KB/s) - 'rtems-source-builder-4.11.0.tar.xz' saved [967056/967056] 95 90 96 Unpack the RSB release tar file. On Unix:91 On Unix unpack the RSB release tar file using: 97 92 98 93 .. code-block:: shell … … 101 96 $ cd rtems-source-builder-4.11.0/rtems/ 102 97 103 When building on Windowss you need to shorten the path: 98 On Windows you need to shorten the path (See :ref:`windows-path-length`) after 99 you have unpacked the tar file: 104 100 105 101 .. code-block:: shell … … 111 107 Build a tool chain for the SPARC architecure. We are using the SPARC 112 108 architecture in our example because GDB has a good simulator that lets us run 113 and test the samples RTEMS builds by default: 109 and test the samples RTEMS builds by default 110 111 If building on Windows add ``--jobs=none`` to avoid GNU make issues on Windows. 114 112 115 113 .. code-block:: shell
Note: See TracChangeset
for help on using the changeset viewer.