Installation on a Hitchcock Computer

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

  1. Open VS Code
  2. Open the Extensions panel
  3. Search for “Arm Toolchain Windows” and select Install
  4. Press F1 to open the Command Palette
  5. Search for “Settings JSON” and select Preferences: Open User Settings (JSON)
  6. 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}"
    }
    }
  7. 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