2025-04-03 9:13 PM
Hi,
I am trying to build on STM32Cube IDE, it is showing that "make -j8 all" terminated with exit code -1. Build might be incomplete. Then while trying to flash or debug it is not working.
I tried to disable parallel build, but still this issue I am facing. But still the same issue.
I have attached the screenshot of the build output console for an example code.
Currently I am using this for STM32F429ZI-DISC1 board.
Could you please support here, if I am missing something for which this build issue is appearing.
Thank you for your support.
2025-04-03 11:04 PM
Can you enable full console output, or the run make from a command line ?
I suppose you will find more detailed error messages there.
And probably without the "-j8" option, or add '--output-sync' to have the outputs synchronized.