cancel
Showing results for 
Search instead for 
Did you mean: 

"make -j8 all" terminated with exit code -1

Bsm01
Associate

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.

 

Bsm01_0-1743739701516.png

 

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.

1 REPLY 1
Ozone
Lead III

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.