9 years, 6 months ago.

RTOS not working? (Compilation error)

Whenever I compile a program with the RTOS, I get : Error: Cannot open source input file "cmsis_os.h": No such file or directory in "mbed-rtos/rtos/RtosTimer.h", Line: 26, Col: 22

To fix it, I need to change #include "cmsis_os.h" to #include "../rtx/cmsis_os.h" in every file with this include in the rtos folder. Is this normal?

1 Answer

9 years, 6 months ago.

No, but a few others reported the same since yesterday. So I would expect it to be fixed soon.