You are viewing an older revision! See the latest version

Compiler Error 35

If you're getting the following error:

"#error directive: "CMSIS Target not recognised"" in file "lib/mbed/cmsis.h"

And you're trying to compile some code for the LPC11U24 beta board, you've got the mbed library in your project, rather than the m0-beta.

To fix this error, delete the mbed library, click on Import, and import the m0-beta library from the following source URL: http://mbed.org/projects/libraries-testing/svn/m0-beta


All wikipages