Program "arm-none-eabi-g++" not found in PATH
I have a fresh install of SW4STM32 v2.0.
I ran into the error, 'arm-none-eabi-g++ not found in PATH'.
C/C++ build variables in the project properties had C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.2.201705091103\tools\compiler\bin in the path, but no such folder existed.
Folder contents for
C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.2.201705091103\tools
-> make/
-> gcc-arm-none-eabi-5_4-2016q3-20160926-win32.zip
I extracted the zip file to a folder named 'compiler', and build succeeded. For some unknown reason, the installer neglected to do this.