Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 1 month ago.
Can't find "cmsis_os.h" when compiling with latest mbed-rtos for LPC1768
mBed LPC1768
To reproduce do the following:
New Program select mbed_blinky template import library using wizard: mbed-rtos
compile
errors: Error: Cannot open source input file "cmsis_os.h": No such file or directory in "mbed-rtos/rtos/Mutex.h", Line: 26, Col: 22
This worked for an older version of mbed-rtos. Am I missing something?
2 Answers
10 years, 1 month ago.
Can you revert to version 47? Looks like there were some recent changes that broke support for other targets.in the IDE highlight mbed-rtos
and in the right most panel click on revisions
. In the revision list right click on version 47 and switch working copy to this version.
Thanks for reporting this