6 years, 3 months ago.

Exporting program as a GCC project, but failed

Hello Guys,

I am working on an open project

Import programDot-AT-Firmware

AT command firmware for MultiTech Dot devices.

with multitech mDot EVB, and trying to export the program as a GCC project, /media/uploads/chaoyu/capture.gif

However the web system always reported me "an error occurred", /media/uploads/chaoyu/capture2.gif

but exporting to other IDEs (such as IAR or Keil C ) is OK.

Anyone can help on this please?

Thanks, Chaoyu

You can try setting up mbed-cli on your computer and use that to create a new project and then export to your toolchain. For some reason I have had more luck with mbed-cli than the online exported. If you can get a generic/empty project working, then it is easy to add your own source files.

posted by Graham S. 28 Dec 2017

1 Answer

6 years, 3 months ago.

Hi Chaoyu,

As Graham mentioned in their comment, please try downloading and installing the Mbed CLI on your computer and then export using the CLI. This error in the online compiler is a known issue.

Instructions and a guide to setup the Mbed CLI can be found here: https://github.com/ARMmbed/mbed-cli#installing-mbed-cli

Please let me know if you have any questions!

- Jenny