RTEMS 4.11.3 Source Builder¶
COPYRIGHT (c) 2012 - 2016.Chris Johns <chrisj@rtems.org>
The authors have used their best efforts in preparing this material. These efforts include the development, research, and testing of the theories and programs to determine their effectiveness. No warranty of any kind, expressed or implied, with regard to the software or the material contained in this document is provided. No liability arising out of the application or use of any product described in this document is assumed. The authors reserve the right to revise this material and to make changes from time to time in the content hereof without obligation to notify anyone of such revision or changes.
The RTEMS Project is hosted at http://www.rtems.org/. Any inquiries concerning RTEMS, its related support components, or its documentation should be directed to the Community Project hosted at http://www.rtems.org/.
RTEMS Online Resources
Home | https://www.rtems.org/ |
Developers | https://devel.rtems.org/ |
Documentation | https://docs.rtems.org/ |
Bug Reporting | https://devel.rtems.org/query |
Mailing Lists | https://lists.rtems.org/ |
Git Repositories | https://git.rtems.org/ |
Table of Contents¶
- 1. RTEMS Source Builder
- 2. Quick Start
- 3. Hosts
- 4. Project Sets
- 5. Cross and Canadian Cross Building
- 6. RTEMS 3rd Party Packages
- 7. Configuration
- 7.1. Source and Patches
- 7.2. Macros and Defaults
- 7.3. Report Mailing
- 7.4. Build Set Files
- 7.5. Configuration Control
- 7.6. Personal Configurations
- 7.7. New Configurations
- 7.8. Scripting
- 7.8.1. Expanding
- 7.8.2. %prep
- 7.8.3. %build
- 7.8.4. %install
- 7.8.5. %clean
- 7.8.6. %include
- 7.8.7. %name
- 7.8.8. %summary
- 7.8.9. %release
- 7.8.10. %version
- 7.8.11. %buildarch
- 7.8.12. %source
- 7.8.13. %patch
- 7.8.14. %hash
- 7.8.15. %echo
- 7.8.16. %warning
- 7.8.17. %error
- 7.8.18. %select
- 7.8.19. %define
- 7.8.20. %undefine
- 7.8.21. %if
- 7.8.22. %ifn
- 7.8.23. %ifarch
- 7.8.24. %ifnarch
- 7.8.25. %ifos
- 7.8.26. %else
- 7.8.27. %endfi
- 7.8.28. %bconf_with
- 7.8.29. %bconf_without
- 8. Commands
- 9. Bugs, Crashes, and Build Failures
- 10. Contributing