9 years, 3 months ago.

The build system did not finish succesfully: error number -230

Since this morning I can no longer build any program with the MBED LPC1768

I always get the error: "The build system did not finish successfully" with compiler error number -230.

Not even the blinky led from HelloWorld

  1. include "mbed.h"

DigitalOut myled(LED1);

int main() { while(1) { myled = 1; wait(0.2); myled = 0; wait(0.2); } }

I also have the same problem.

posted by Keigo Sato 15 Jan 2015

I have the same problem too.

posted by TSAI MINGHSI 15 Jan 2015

The same problem here.

posted by Toni Bjažić 15 Jan 2015

Here also.

posted by Frans Korhonen 15 Jan 2015

same problem

posted by Klaus Meyrahn 15 Jan 2015

2 Answers

9 years ago.

I had the same error message... In my case, I mistakenly included space in the name of a header and a source file. After the space was removed, the error message was gone.

9 years, 3 months ago.

Same problem for Nucleo projects !