The build system do not finish successfully !!

04 Jun 2018

Hello anyone can give me more information about this error please

Thanks

19 Jun 2018

Hi Guillaume,

Could you describe the board you were using as well as the program? Thanks.

-Karen, team Mbed

01 Oct 2018

I got the same error for BBC micro:bit. 2 days ago it worked but now not.

01 Oct 2018

Same here, just a simple program for the micro:bit.

What to do?

01 Oct 2018

Clicked on the edit button because I want to add some info and results in "page not found"?

This is the error I get: Error: The build system did not finish successfully. Info: Unable to download. Fix the reported errors...

Code:

  1. include "MicroBit.h"

MicroBit uBit;

int main() { Initialise the micro:bit runtime. uBit.init();

Insert your code here! uBit.display.scroll("HELLO WORLD! :)");

If main exits, there may still be other fibers running or registered event handlers etc. Simply release this fiber, which will mean we enter the scheduler. Worse case, we then sit in the idle task forever, in a power efficient sleep. release_fiber(); }