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.
10 years ago.
mbed's compiling environment anything changed?
today , Error 230 occurs in default project (LPC1768) such as
- include "mbed.h"
DigitalOut myled(LED1);
int main() { while(1) { myled = 1; wait(0.2); myled = 0; wait(0.2); } }
please help
Question relating to:
38 Answers
10 years ago.
http://developer.mbed.org/forum/wiki-19090-forum/topic/5271/?page=1#comment-25907
This issue is now resolved, for some background on the problem please see the link above.
10 years ago.
Even i am also facing the same issue.
I am not even able to compile the template blinky application.
as is shown above.
Same error "230".
Not sure what is the cause.
Please respond at the earliest.
Regards, Suhel
10 years ago.
Same here. Went to recompile a program that was working fine yesterday, now getting "the build did not finish successfully" Error Number -230
10 years ago.
This is happened for every new file and edited files. Compiling old programs without editing no problem, but if you edit your code, this error is happened. I think this is because something is new in the backend compile server. How can we address this to the admin?
10 years ago.
Me too, I am facing the same problem on LPC1768. Would you fix the problem as soon as possible?
10 years ago.
help me
Let's use the offline IDE until cured. http://developer.mbed.org/handbook/CMSIS-DAP-MDK
posted by 11 Nov 201410 years ago.
What a shame !!!! Same problem till this morning.. ... I need to compile my code NOW! So how can I trust online compiler?
10 years ago.
Same for me! The online compiler has been slowing down over the last few months. Every time I compile I get a message saying it is "under heavy load and compiles may take longer than usual". One project consistently times out 3 times before it eventually compiles. Now nothing will compile and I get the Error 230 messsage.
10 years ago.
there has been a problem from last couple of days. I posted a question yesterday as well (10/11/14) but no one responded :p I was getting some weird problems in my code. Even my commented code was giving me some issues. printf statement was affecting my code :/
Assigned to
10 years ago.This means that the question has been accepted and is being worked on.
I am now experiencing the same problem??
posted by Stefan Poels 15 Jan 2015