nheqminer
nheqminer copied to clipboard
No CMAKE_CXX_COMPILER could be found
Hi, I'm running into this problem while following the linux instructions. Can anyone help?
Try to use: export CC="/usr/local/gcc-4.7.2/bin/gcc" export CXX="/usr/local/gcc-4.7.2/bin/g++"
Not sure where @Kr00t got those environment variables from, but if you have GCC installed CMake should automatically detect it. You may need to explicitly install an older version, since the CUDA SDK requires GCC6 or older, and the latest version is 7 afaik.