Keep getting error ""make -j12 all" terminated with exit code 2. Build might be incomplete"
Keep getting this error after compiling a new project that only contains one header file. I'm using STM32CubeIDE version 1.3.0 on Linux Ubuntu. I try to use clean project and it cleans it only for this same error to re-appear when starting up the debugging. How do I get around this error?
Full error description:
make: *** [makefile:43: STM32F446RE_Drivers.elf] Error 1
"make -j12 all" terminated with exit code 2. Build might be incomplete.