I am a newbie for STM32. After activating all my peripheral libraries I try to build my code but I get the following error:
make: *** [Core/Src/subdir.mk:34: Core/Src/main.o] Error 1
"make -j4 all" terminated with exit code 2. Build might be incomplete.
I am using a STM32F411
board.
Has anybody dealt with this issue?