RyzenAdj icon indicating copy to clipboard operation
RyzenAdj copied to clipboard

cmake error ubuntu 22.04

Open loost opened this issue 2 years ago • 2 comments

hi, i have a problem when try to cmake

desc: loost@loost-HP:~/RyzenAdj$ cd build/ loost@loost-HP:~/RyzenAdj/build$ cmake .. -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:5 (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/loost/RyzenAdj/build/CMakeFiles/CMakeOutput.log". See also "/home/loost/RyzenAdj/build/CMakeFiles/CMakeError.log".

Thanks!

loost avatar Apr 29 '22 03:04 loost

I guess it's your local environment issue.

FlyGoat avatar Apr 29 '22 08:04 FlyGoat

hi, i have a problem when try to cmake

desc: loost@loost-HP:~/RyzenAdj$ cd build/ loost@loost-HP:~/RyzenAdj/build$ cmake .. -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:5 (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/loost/RyzenAdj/build/CMakeFiles/CMakeOutput.log". See also "/home/loost/RyzenAdj/build/CMakeFiles/CMakeError.log".

Thanks!

try to install a compiler like gcc (I think you have to install g++)

Etaash-mathamsetty avatar Jun 11 '22 00:06 Etaash-mathamsetty