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.
7 years, 11 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, 11 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:
- 1. Install mbed cli
- 2. run command "mbed import https://developer.mbed.org/users/mbed_official/code/mbed-dev/"
Now you have the offline version and can compile using the steps in the github repo.
Regards,
Andrea, team mbed