Changeset 27bcdfb in rtems-docs for user/start/development.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/development.rst
r024e040 r27bcdfb 5 5 6 6 Development Version 7 ------------------- 7 =================== 8 8 .. index:: Git 9 9 … … 13 13 when developing and maintaining RTEMS. 14 14 15 Please read :ref:`development-hosts` before continuing. 16 15 17 .. warning:: 16 18 17 19 The development version is not for use in production and it can break from 18 20 time to time. 19 20 .. sidebar:: *GDB and Python*21 22 RTEMS uses Python in GDB to aid debugging which means GDB needs to be built23 with Python development libraries. Please check the RSB documentation and24 install the packages specified for your host. Make sure a python development25 package is included.26 21 27 22 The following procedure assumes you have installed and configured your host … … 51 46 52 47 RTEMS Tools Chain 53 ~~~~~~~~~~~~~~~~~ 48 ----------------- 54 49 55 50 Clone the RTEMS Source Builder (RSB) repository: … … 206 201 207 202 RTEMS Kernel 208 ~~~~~~~~~~~~ 203 ------------ 209 204 210 205 We need to set our path to include the RTEMS tools we built in the previous … … 517 512 518 513 Contributing Patches 519 ~~~~~~~~~~~~~~~~~~~~ 514 -------------------- 520 515 521 516 RTEMS welcomes fixes to bugs and new features. The RTEMS Project likes to have
Note: See TracChangeset
for help on using the changeset viewer.