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