Skip to content

Commit ea2835e

Browse files
iriark01bridadan
andauthored
Update docs/tools/CLI/cli-setup/cli-reqs.md
Co-Authored-By: bridadan <[email protected]>
1 parent 6abe2c9 commit ea2835e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/tools/CLI/cli-setup/cli-reqs.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,17 @@ Mbed CLI supports a setting for each toolchain path:
229229
| GCC Arm Embedded Compiler | `/usr/bin/arm-none-eabi-gcc` | `GCC_ARM_PATH` | `/usr/bin`|
230230
231231
##### Using Arm Compiler 6 from Mbed Studio
232-
Mbed Studio comes with a free version of Arm Compiler 6 when it's used with Mbed OS. It requires configuring the `ARMC6_PATH` as well as setting an environment variable to manage the license.
232+
Mbed Studio comes with a free version of Arm Compiler 6 for use with Mbed OS. If you want to use Arm Compiler 6 with Mbed CLI:
233+
234+
1. Install [Mbed Studio](https://os.mbed.com/docs/mbed-studio/latest/introduction/index.html).
235+
1. Configure the `ARMC6_PATH`.
236+
237+
For Mbed Studio 0.4.0, the Arm Compiler 6 executable is located in `./tools/ac6/bin`. This path is relative to the installation directory of Mbed Studio. On Windows, for example, the default path is `C:\MbedStudio\tools\ac6\bin`.
238+
239+
1. Set the environment variable `ARMLMD_LICENSE_FILE` to the path of Mbed Studio's Arm Compiler 6 license. For Mbed Studio 0.4.0, the license is located at `./tools/ac6-license.dat`. This path is relative to the installation directory of Mbed Studio. On Windows, for example, the default path is `C:\MbedStudio\tools\ac6-license.dat`.
240+
241+
Note that this environment variable is not managed by Mbed CLI, so you must set it appropriately in your environment.
242+
233243
234244
For Mbed Studio version 0.4.0, the Arm Compiler 6 executable is located in `./tools/ac6/bin`. This path is relative to the installation directory of Mbed Studio. On Windows for example, the default path is `C:\MbedStudio\tools\ac6\bin`.
235245

0 commit comments

Comments
 (0)