- This topic has 0 replies, 1 voice, and was last updated 5 years, 8 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Mastering STM32 book support forum › errors building eclipse project
Hi,
i have copied files from the CubeMX project to Eclipse as described in the book from paragraph
“4.2.1 Generate C Project with CubeMX”.
I don t have a NUCLEO board but an STM32f103c8T6 bluepill wich i selected in CubeMX.
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?