7 years, 3 months ago.

Exporting to GCC does not work

Are there any problems with MBED during these days? I am unable to export project to gcc, when I click an error message appears:

An error occured during export. Please contact support

the same 'mbed-dev' project cannot be exported. By clicking on 'export to desktop IDE' here

https://developer.mbed.org/users/mbed_official/code/mbed-dev/

an error page is shown.

1 Answer

7 years, 3 months ago.

Hi Vincenzo,

Sorry for the issues you are having :)

So there seems to be an intermittent problem at the moment concerning exporting.

The most through work around i can give you is to use mbed-cli: https://github.com/ARMmbed/mbed-cli

This is our offline command line interface, this will allow you to compile offline and also import any libraries and programs from the mbed site and github.

Therefore:

Now you have the offline version and can compile using the steps in the github repo.

Regards,

Andrea, team mbed