7 years, 2 months ago.

How to change default_toolchain online?

Hi,

When I tried to change default_toolchain in the file targets.json from ARM to GCC_ARM, then I get errors "Internal Error" and "Compile task failed" . So, does the IDE support GCC toolchain "online", please?

1 Answer

7 years, 2 months ago.

No, this is not possible. Though, you can use GCC to compile your code offline.

Here is a link to guide you through installing mbed-cli, which allows you to compile offline.

Here is a link for a quickstart example for using mbed-cli.