-- The C compiler identification is unknown -- The CXX compiler identification is unknown
/home/miranda/Descargas/clion-2019.2/bin/cmake/linux/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /home/miranda/CLionProjects/untitled2
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:2 (project):
No CMAKE_C_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:2 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/home/miranda/CLionProjects/untitled2/cmake-build-debug/CMakeFiles/CMakeOutput.log".
See also "/home/miranda/CLionProjects/untitled2/cmake-build-debug/CMakeFiles/CMakeError.log".
[Failed to reload]
Please sign in to leave a comment.
Hi!
Do you have GCC/G++ or Clang installed on the machine?
Hello,
I have Clang installed, as far as I can tell, and I set the toolchain values in CLion. I still have this error. Do you have any clues?
Thank you,
Joseph
Hi Joseph!
On what OS do you use CLion?
Hello,
I actually fixed my problem. It involved adding a leading "/" to path names and agreeing to a license agreement in a certain place. Thank you.
Hi im currently experiencing this problem. Just happened after I updated CLion
Hi Redus342!