7 years, 1 month ago.

Has the compiler crashed?

I have been unable to access the online compiler for several hours. For most of that time the developer.mbed.org site seemed to be inaccessible.

No sooner had I posted the question and I was able to work again.

posted by Neil Quigg 06 Mar 2017

1 Answer

7 years, 1 month ago.

Neil,

Very sorry for the issues you had, apologies. Thanks for getting in touch :)

On the plus side only the online compiler is having issues, all code repositories are still available. That means you can use mbed CLI during this time to continue your work. mbed CLI is the tool behind the online compiler that we use for compiling your programs. Using mbed CLI you can trivially move programs between your online repos and offline for development. To bring your code down to your computer simply run mbed import <URL of Program> and the code will be pulled down to your computer. You can use mbed CLI with windows, OSX or Linux, the compilers for GCC, IAR and Keil are all supported, and if you're interested there is even anmbed export` option that will let you export your program to Keil, IAR, Eclipse and many other IDE's. In addition mbed CLI works with both mercurial (developer.mbed.org) and git repos (github.com).

Here is the getting started with mbed CLI YouTube playlist: https://www.youtube.com/playlist?list=PLiVCejcvpseuWWmJc9uELYww-xindjZCH

Here is the full documentation for mbed CLI : https://docs.mbed.com/docs/mbed-os-handbook/en/5.1/dev_tools/cli/

Regards,

Andrea, team mbed

Accepted Answer