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, 3 months ago.
Error: The build system did not finish successfully. Error: -230
I'm attempting to compile a very simple program and getting the above error. I've tried compiling in both normal and betamode but still get the same issue. I've been trying it for several days (since it could be added as an mbed compiler).
Anyone else seen this and if so what did you do to fix it?
Here's the program I'm attempting to build (the compiler can be selected by adding the DISCO-F746NG platform to your list of registered platforms):
- include "mbed.h"
DigitalOut myled(LED1);
int main() { while(1) { myled = 1; wait(0.2); myled = 0; wait(0.2); } }
Question relating to:
1 Answer
9 years, 3 months ago.
Working now, well it compiles anyway.
This works:
https://developer.mbed.org/teams/ST/code/DISCO-F746NG_blink_led/?platform=ST-Discovery-F746NG
posted by 26 Sep 2015
What program are you building?
posted by Sam Grove 11 Sep 2015Is this enabled on Mbed yet? I understand its still in test condition.
posted by Paul Staron 11 Sep 2015Same here, even for an empty main function. Also can't export a gcc project, really disappointed :(
posted by Artur Pacholec 11 Sep 2015This platform is still not supported with the online tools and not part of the mbed library release. It should be quite soon though.
posted by Sam Grove 13 Sep 2015