I am trying to build the hello_world example from SDK_2.x_FRDM_KL02Z on a fresh Windows install of MCUXpresso IDE v11.6.0 but the compiler gives an error:
...CMSIS/MKL02Z4.h:180:10: fatal error: core_cm0plus.h: No such file or directory
180 | #include "core_cm0plus.h" /* Core Peripheral Access Layer */
Any help would be appreciated.
Solved! Go to Solution.
This issue has been solved in MCUXpresso IDE version 11.6.1. This version has just been released and you should be able to download it now.
Hi MarkPotts,
Sorry for the inconvenience we bring you!
Thanks for the report, I have notified the MCUXpresso IDE team.
For now, try adding Include_core_cm0plus using the Manage SDK component.
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi Robin,
Thanks a lot for your quick response. I reverted back to an older MCUXpresso version (v11.4.1) to solve the problem for now. This generated a lot more header files in the project's CMIS folder and no compilation errors. I will try your suggestion when I get a chance.
Mark
This issue has been solved in MCUXpresso IDE version 11.6.1. This version has just been released and you should be able to download it now.
Thanks Robin,
I will upgrade vas soon as I get the chance.
Mark