Skip to content

Commit 015a36b

Browse files
Merge pull request #2839 from nikitavenk/fix-windows-documentation
Add Windows MSI installation instructions to arm-gnu.md
2 parents 9769435 + 7a9584d commit 015a36b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

content/install-guides/gcc/arm-gnu.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ echo '/Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/bin' | sudo tee -a /
121121

122122
## How do I install the Arm GNU Toolchain on Windows?
123123

124+
**Before release 15.2.Rel1**
125+
124126
Double-click on the installer (e.g. `gcc-arm-_version_--mingw-w64-i686-arm-none-eabi.exe`) and follow on-screen instructions.
125127

126128
The installer can also be run on the command line. When run on
@@ -135,6 +137,16 @@ gcc-arm-<version>--mingw-w64-i686-arm-none-eabi.exe /S /P /R
135137
```
136138
The zip package is a backup to Windows installer for those who cannot run the installer. You can unzip the package and then invoke the tools directly.
137139

140+
**From release 15.2.Rel1**
141+
142+
Double-click on the installer (e.g. `arm-gnu-toolchain-_version_--mingw-w64-i686-arm-none-eabi.msi`) and follow on-screen instructions.
143+
144+
To install silently from the command line, use similar to the following:
145+
```console
146+
msiexec /i arm-gnu-toolchain-<version>--mingw-w64-i686-arm-none-eabi.msi EULA=1 /quiet
147+
```
148+
The zip package is a backup to Windows installer for those who cannot run the installer. You can unzip the package and then invoke the tools directly.
149+
138150
## Setting up product license
139151

140152
Arm GNU Toolchain is open sourced and freely available for use. No licenses need to be set up for use.

0 commit comments

Comments
 (0)