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.
6 years, 11 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,
However the web system always reported me "an error occurred",
but exporting to other IDEs (such as IAR or Keil C ) is OK.
Anyone can help on this please?
Thanks, Chaoyu
1 Answer
6 years, 10 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
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