@@ -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
129130For example:
130131{{< tabpane code=true >}}
131132 {{< tab header="Windows" language="shell">}}
132133set AC6_TOOLCHAIN_6_22_0=%ProgramFiles%/ArmCompilerforEmbedded6.22/bin
133134set CMSIS_PACK_ROOT=%LocalAppData%/Arm/Packs
134- set CMSIS_COMPILER_ROOT=%UserProfile%/cmsis-toolbox-windows-amd64/etc
135135set 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">}}
138139export AC6_TOOLCHAIN_6_22_0=$HOME/ArmCompilerforEmbedded6.22/bin
139140export CMSIS_PACK_ROOT=$HOME/packs
140- export CMSIS_COMPILER_ROOT=$HOME/cmsis-toolbox-linux-arm64/etc
141141export 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