6 years, 9 months ago.

the export function is it working?

it keeps giving me this error from wednesday for all of the export options (sw4stm32, keil...)

/media/uploads/dotterminal/captura.png

1 Answer

6 years, 9 months ago.

Hello,

I'm sorry you are experiencing these issues. We are aware of the problem, and the mbed web team is working hard to fix this issue.

I've verified that I am able to use export functionality for this target offline with mbed CLI. mbed CLI is the tool behind the online compiler that we use for compiling and exporting 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. There is an mbed export option that will let you export your program to Keil, IAR, Eclipse, Makefile 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/

Here is a video about exporting with mbed CLI: https://www.youtube.com/watch?v=sN1wC0NckjY

Here is the relevant export documentation for mbed CLI: https://docs.mbed.com/docs/mbed-os-handbook/en/5.1/dev_tools/cli/#exporting-to-desktop-ides

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!

Cheers, mbed support

Accepted Answer