errors building eclipse project from cubeMX
Hi,
i am following a book about STM32 and i am really new to this world.
I have an STM32f103c8T6 bluepill.
i have copied files generated from CubeMX project to Eclipse project as described in the book but i have errors:
Building process fail with 3 errors:
../system/include/cmsis/stm32f1xx.h:147:27: fatal error: stm32f103x6.h: No such file or directory
- include “stm32f103x6.h”
^
system/src/stm32f1xx/subdir.mk:51: recipe for target ‘system/src/stm32f1xx/stm32f1xx_hal.o’ failed
compilation terminated.
make: *** system/src/stm32f1xx/stm32f1xx_hal.o Error 1
“make all” terminated with exit code 2. Build might be incomplete.
CAN YOU HELP PLEASE?