7 years, 2 months ago.

Where to get mbed files for offline develop?

Im newbie one and want to know how develop mbed apps without internet. I.e. i have another one IDE with offline compiler and want to build my project offline, how can i do that, where to get all necessary files? Thank you

2 Answers

7 years, 2 months ago.

Hopefully you will find the following resources helpful. You can use mbed-cli to move your project offline, then export to your IDE of choice.

installing mbed-cli

mbed-cli quickstart

about exporters

using mbed-cli export

Cheers, Sarah

Accepted Answer

As an aside, you can right click you project to download a zip of your project with an IDE project file. However, if you setup and use mbed-cli, you can also use the mbed build system offline for compilation.

posted by Sarah Marsh 08 Feb 2017
7 years, 2 months ago.

Exporting to offline toolchains from the handbook is here https://developer.mbed.org/handbook/Exporting-to-offline-toolchains. See also the answer here https://developer.mbed.org/questions/76905/Compiler-not-working-again/#answer12044.