7 years, 7 months ago.

How to export to GCC ARM ?

I tried to export the example blinky-led project from the online compiler but it does not seem to work.

device: LPC1768 mbed.

Question relating to:

Can you be more specific? Compiler or linker error?

posted by Martin Kojtal 08 Aug 2016

1 Answer

7 years, 7 months ago.

Best way to currently export would be using mbed CLI. If you have it installed it would be something like: 1. mbed import <URL> 2. cd <program-name> 3. mbed export -i gcc_arm -m <MCU>

Accepted Answer

You can find mbed-cli and instructions on installing it here https://github.com/ARMmbed/mbed-cli

posted by Stephen Paulger 08 Aug 2016