This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

#error directive: New RTX-V2 core does not require RTX_Config.h

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

0