This tutorial will guide you through the installation and setup required to run a program on the FEH Proteus or the FEH Proteus Simulator from a Hitchcock computer.
Install the ARM Toolchain
- Open VS Code
- Open the Extensions panel

- Search for “Arm Toolchain Windows” and select Install

- Press F1 to open the Command Palette
- Search for “Settings JSON” and select Preferences: Open User Settings (JSON)

- Replace the content in the file with the following and save it
{
"terminal.integrated.env.windows": {
"PATH": "${config:arm-none-eabi.bin};C:\\Program Files\\Git\\bin;${env:PATH}"
}
} - Restart VSCode
You should now be able to compile a Proteus project using mingw32-make!
If you are still having issues, try the following instructions: Enable Mingw32-make on a Hitchcock Computer