8 years, 1 month ago.

Online compiler is down

Online compiler is down

1 Answer

8 years, 1 month ago.

Apologies for the down time, we are investigating the issue and are trying to resolve it ASAP.

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 an `mbed 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/

Again, we apologize for the downtime, and while we hope a similar event does not happen in the future, just in case it does you can use mbed CLI to continue your work without interruption.

Please note that you must commit your changes to your repositories for them to be seen. So it is considered a best practice to always save your code in the online compiler by committing frequently!