I have been trying to install PROS 3.2.0.1 on Win 10 for a few days with zero success. This is the error when I build:
c:\Projects\VexVRC\PROS\TestRos>pros make
Creating cold package with libc,libm,libpros,okapilib Error: Failed to build
[ERRORS]
/bin/sh: line 1: arm-none-eabi-g++: command not found
make: *** [common.mk:229: bin/cold.package.elf] Error 127
The same error when doing a make from the command line or through Atom. I tried with and without Windows Subsystem for Linux installed, same error. I found this bug report:
and added my comment, but that doesn’t look to have any constructive response (though it is 5 months old and for a previous version of the software).
So my question is: has anyone actually installed PROS 3.1.4 or 3.2.0.1 on a fresh (never seen PROS before) Windows 10 computer successfully? If so, any help getting it to work?
Yeah, that fixed it. I saw it earlier and thought it only applied to the 3.2.0.0 version from that small time frame. But adding the path to g++ to the PATH variable worked. Thanks