How to resolve "Fatal error: core_cm4.h: No such file or directory"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-01 8:44 AM
Hi everyone,
When I try flashing a sample project [en.fp-atr-tomtom1 for STM32L496G-Discovery for BG96] from the STMicro website on to the P-L496G-CELL02 development board, I receive this error. I have attempted to manually add the header file directory for the includes but this does not seem to resolve the problem. Does anyone have any other suggestions as to what I can try?
- Labels:
-
DEBUG
-
STM32L4 series
-
TrueSTUDIO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-01 10:44 PM
Thats an essential header file for the Cortex-M4 core which comes with ARM CMSIS. Looks like your source code tree is out-of-order.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-02 10:47 AM
I appreciate the fast response! How would I go about re-ordering my source code tree in trueStudio?
