We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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