Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


Fatal error: core_cm4.h: No such file or directory

Hello all,

I’m using:
- Windows 10;
- Latest OpenSTM32 (Version: 1.13.0.201701121612)
- Latest STM32 CubeMX V4.19.0 (fixed Errors due to _weak and _ packed symbols);

Imported CubeMx project and in build process i got Fatal error: core_cm4.h: No such file or directory. If anybody has the answer or can help, please write.

I attached images with error and project settings. If there is any other questions - ask it.

http://i68.tinypic.com/15p3meq.jpgQuestion - Fatal error: core_cm4.h: No such file or directory.
http://i64.tinypic.com/ng6ira.jpgQuestion - Project Includes;
http://i66.tinypic.com/nvqn8y.pngQuestion - Project Symbols;

Hi

The obvious thing to do, find core_cm4.h ( ./Drivers/CMSIS/Include/core_cm4.h ?)

If found, is the directory where it lies included? ( ./Drivers/CMSIS/Include/  ?)

If not, why not ?

Dieter

Thanks for the asnwer.
I fixed this by removing Drivers, MDK-ARM directories and re-generating CubeMX project.

For Considerations: Earlier I used KEIL, than I changed CubeMX project Toolchain/IDE to SW4STM32. Maybe this is what caused the problem?

Thanks for your time, again.