The CMSIS Pack contains a µVision project for building the complete set of RTX5 libraries. This project can also be used as a reference for building the RTX5 libraries using a tool-chain of your choice.
- Open the project RTX_CM.uvprojx from the pack folder CMSIS/RTOS2/RTX/Library/ARM/MDK in µVision.
- Select the project target that matches your device's processor core.
The project provides target configuration for all supported Cortex-M targets supported by RTX5.
- You can find out about the required preprocessor defines in the dialogs Options for Target - C/C++ and Options for Target - Asm. Note the need to use at least the C99 compiler mode when building RTX from source.
- From the Project window you find the list of source files required for a complete library build.
- Build the library of your choice using Project - Build Target (or press F7).
Project with files for Armv8-M Mainline