I have set the system path
properly and have tried doing this several times. But I keep getting the error that
g++
is not recognized as an internal or external command
The full error message is:
'g++' is not recognized as an internal or external command, operable program or batch file. [Finished in 0.2s with exit code 1] [shell_cmd: g++ "C:\Users\NIGHTMARE\Documents\test.c" -o "C:\Users\NIGHTMARE\Documents/test" && "C:\Users\NIGHTMARE\Documents/test"] [dir: C:\Users\NIGHTMARE\Documents] [path: C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\mingw32;C:\Users\NIGHTMARE\AppData\Local\Microsoft\WindowsAppsC:\mingw32;]
What should I do to solve this problem?
C:\Mingw32\g++.exe
exist, because I would assume that the path should containC:\Mingw32\Bin
instead or something similar. – OdatNurd