c++ - CLion does not recognize Cygwin compilers -


i have install clion on windows 10 professional, , need cygwin 2.5.2 work it. have done steps listed in answer, nothing seems working. have installed cygwin gcc, g++ , make, , referenced in clion.

below cygwin \bin\ folder, compilers selected.

cygwin compilers

i aware need add cygwin path\bin environment variable, path, have done:

path environment variable

however clion still fails recognize in bin folder:

clion cannot see compilers

why be?

i had same problem , because make missing though i'd installed gcc-core , gcc-g++ docs say.

if make isn't installed won't detect c compiler or c++ compiler per screenshot above, event though installed.


Comments