Real-Time Workshop | ![]() ![]() |
Customizing the Build Process
The Real-Time Workshop build process proceeds in two stages. The first stage is code generation. The system target file exerts overall control of the code generation stage. In the second stage, the template makefile generates a .mk
file, which compiles and links code modules into an executable.
In developing your custom target, you may need to create a customized system target file and/or template makefile. This section provides information on the structure of these files, and guidelines for modifying them.
![]() | Tutorial: Creating a Custom Target Configuration | System Target File Structure | ![]() |