Skip to content

Commit 644b463

Browse files
Merge pull request #1280 from RonanSynnottArm/cmsis-toolbox
Update cmsis-toolbox.md
2 parents 7935c08 + 54265bc commit 644b463

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/install-guides/cmsis-toolbox.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,26 +123,27 @@ Set environment variables as below. Note the exact name of the `TOOLCHAIN` varia
123123
| ------------------------------------------ | ------------------------------------- | --------------------------------------------- |
124124
| `<name>_TOOLCHAIN_<major>_<minor>_<patch>` | Path to toolchain binaries | `<name>` = `AC6`, `GCC`, `IAR`, or `CLANG` |
125125
| `CMSIS_PACK_ROOT` | Path to CMSIS-Pack root directory | Use `cpackget init` to initialize |
126-
| `CMSIS_COMPILER_ROOT` | Path to CMSIS-Toolbox `etc` directory | |
127126
| `PATH` | Add CMSIS-Toolbox `bin` to path | Also path to `CMake` and `Ninja` if necessary |
127+
| `CMSIS_COMPILER_ROOT` | Path to CMSIS-Toolbox `etc` directory | Optional |
128+
128129

129130
For example:
130131
{{< tabpane code=true >}}
131132
{{< tab header="Windows" language="shell">}}
132133
set AC6_TOOLCHAIN_6_22_0=%ProgramFiles%/ArmCompilerforEmbedded6.22/bin
133134
set CMSIS_PACK_ROOT=%LocalAppData%/Arm/Packs
134-
set CMSIS_COMPILER_ROOT=%UserProfile%/cmsis-toolbox-windows-amd64/etc
135135
set PATH=%PATH%;%UserProfile%/cmsis-toolbox-windows-amd64/bin
136+
set CMSIS_COMPILER_ROOT=%UserProfile%/cmsis-toolbox-windows-amd64/etc
136137
{{< /tab >}}
137138
{{< tab header="Linux/macOS" language="shell">}}
138139
export AC6_TOOLCHAIN_6_22_0=$HOME/ArmCompilerforEmbedded6.22/bin
139140
export CMSIS_PACK_ROOT=$HOME/packs
140-
export CMSIS_COMPILER_ROOT=$HOME/cmsis-toolbox-linux-arm64/etc
141141
export PATH=$HOME/cmsis-toolbox-linux-arm64/bin:$PATH
142+
export CMSIS_COMPILER_ROOT=$HOME/cmsis-toolbox-linux-arm64/etc
142143
{{< /tab >}}
143144
{{< /tabpane >}}
144145

145-
Exact paths will depend on version installed and the install directory.
146+
Exact paths will depend on tools versions installed and their install locations.
146147

147148
## Initialize CMSIS-Pack directory
148149

0 commit comments

Comments
 (0)