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.
8 years, 3 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:
1 Answer
8 years, 3 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>
You can find mbed-cli and instructions on installing it here https://github.com/ARMmbed/mbed-cli
posted by 08 Aug 2016
Can you be more specific? Compiler or linker error?
posted by Martin Kojtal 08 Aug 2016