Missing core_cm0plus.h include file in SDK hello_world example

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Missing core_cm0plus.h include file in SDK hello_world example

Jump to solution
1,548 Views
MarkPotts
Contributor III

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.

0 Kudos
1 Solution
1,469 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

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.

View solution in original post

4 Replies
1,533 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

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.

Manage SDK components Include_core_cm0plus.png

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.
-------------------------------------------------------------------------------

0 Kudos
1,526 Views
MarkPotts
Contributor III

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.

MarkPotts_0-1664469869831.png

Mark

0 Kudos
1,470 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

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.

1,436 Views
MarkPotts
Contributor III

Thanks Robin,
I will upgrade vas soon as I get the chance.
Mark

0 Kudos