Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 10 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
- include "mbed.h"
DigitalOut myled(LED1);
int main() { while(1) { myled = 1; wait(0.2); myled = 0; wait(0.2); } }
2 Answers
9 years, 7 months 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.
I also have the same problem.
posted by Keigo Sato 15 Jan 2015I have the same problem too.
posted by TSAI MINGHSI 15 Jan 2015The same problem here.
posted by Toni Bjažić 15 Jan 2015Here also.
posted by Frans Korhonen 15 Jan 2015same problem
posted by Klaus Meyrahn 15 Jan 2015