File tree Expand file tree Collapse file tree
content/install-guides/gcc Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
124126Double-click on the installer (e.g. ` gcc-arm-_version_--mingw-w64-i686-arm-none-eabi.exe ` ) and follow on-screen instructions.
125127
126128The 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```
136138The 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
140152Arm GNU Toolchain is open sourced and freely available for use. No licenses need to be set up for use.
You can’t perform that action at this time.
0 commit comments