My project makes use of the RTX5 RTOS and works successfully on uvision 24.0. I have since updated to version 25.2.
When opening my project I was told the RTOS depended on legacy files, which I then installed.
I am now getting an error "#error directive: New RTX-V2 core does not require RTX_Config.h"
The compiler thinks I am trying to include the RL_Arm header files when in fact I am using the RTX5 header files. When I open the header files that I have included in the project, the RTX5 header files open. However when I build the project, errors are produced as if it is the RL-Arm header files which have been included.
How do I stop this from happening? The include paths do not include the RL-Arm folders.
Thanks
Note that if you are using RTXv4 (RTOSv1) or RTXv5 (RTOSv2), you should select "Options for Target - Target - Operating System - None" in uVision
Thanks that solved my problem.