3.2. Development Environment Setup for Windows
To set the tools up on Windows, the following setup instructions shall be followed:
Download and install gcc-arm-none-eabi-10.3-2021.10-win32.exe. Enable “Add path to environment variable” during the installation.
Create C:\tools folder.
Download make-4.4.1-without-guile-w32-bin.zip and unpack bin/make.exe into C:\tools.
Add C:\tools intoo the Path environment variable.
Enable Developer Mode in Windows 10/11, for symbolic link support.
Install Git if not installed already.