cancel
Showing results for 
Search instead for 
Did you mean: 

Build terminate with exit code -1.

demir
Senior II

Hi All,

I compiled my code, no error no warning, but I get this code below. Also, when I try to run the code, it is not uploaded to the board.

Could you pls check for me ?

 

**** Incremental Build of configuration Debug for project Boot ****

make -j8 all

arm-none-eabi-size Boot.elf

text data bss dec hex filename

31800 404 8420 40624 9eb0 Boot.elf

Finished building: default.size.stdout

 

"make -j8 all" terminated with exit code -1. Build might be incomplete.

 

 

2 REPLIES 2
Andrew Neil
Evangelist

It looks like it thinks there's nothing to build.

Try doing a 'Clean' first:

AndrewNeil_1-1706712828037.png 

 

AndrewNeil_2-1706712856547.png

 

 

demir
Senior II

Thanks for the reply.

I did what you suggested, please see the attachment first. Then, I performed build but I still get the same error as in the second attachment.