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.
12 years, 1 month ago.
Is there a way to compile mBed code without the online compiler ?
For example to run on a lpcxpresso or the like ?
3 Answers
12 years, 1 month ago.
Hi Arthur Wolf,
Yes. Code that compiles with the online compiler can currently be exported to:
- uVision,
- Code Red,
- CodeSourcery,
- GCC ARM Embedded or
- a zip file.
There are instructions for each available in the handbook page Exporting to offline toolchains.
The mbed library is exported as a built library so you can continue to use that too.
That answer is very old now. You should probably take a look at mbed Studio https://os.mbed.com/studio/
posted by 16 Aug 20198 years, 7 months ago.
Bumping an old question. We have documented the process of offline development and debugging with mbed in the official docs now.