Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/tools/tools_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ We created the Mbed command-line tool (Mbed CLI), a Python-based tool, specifica
Mbed OS 5 can be built with various toolchains. The currently supported versions are:

- Arm Compiler 6.11 (default ARM toolchain).
- A paid version is available as [Arm Compiler 6.11 Professional](https://developer.arm.com/products/software-development-tools/compilers/arm-compiler/downloads/version-6).
- A paid version is available as [Arm Compiler 6.11 Professional](https://developer.arm.com/tools-and-software/embedded/arm-compiler/downloads/version-6).
- A paid version is also included in [Keil MDK 5.28a](http://www2.keil.com/mdk5/).
- [Arm Compiler 5.06 update 6 (to be deprecated in the future)](https://developer.arm.com/products/software-development-tools/compilers/arm-compiler-5/downloads).
- [GNU Arm Embedded version 6 (6-2017-q1-update)](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads).
- [Arm Compiler 5.06 update 6 (to be deprecated in the future)](https://developer.arm.com/tools-and-software/embedded/arm-compiler/arm-compiler-5/downloads).
- [GNU Arm Embedded version 9 (9-2019-q4-major)](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads).
- [IAR Embedded Workbench 8.32.1](https://iar.com/mbed).

## Arm Mbed Studio
Expand Down