8. Executables¶
This section discusses what an RTEMS executable is and what happens when you execute it in a target. The section discusses how an application executable is created, what happens when an executable is loaded and run, debugging an execiutable, and creating and dynamically loading code.
- 8.1. RTEMS Executable
- 8.2. Building an Application
- 8.3. Target Execution
- 8.4. BSP Initialization
- 8.5. RTEMS Initialization
- 8.6. Debugging
- 8.7. Dynamic Loader
- 8.8. Device Tree