-- The C compiler identification is GNU 14.2.1-- The CXX compiler identification is GNU 14.2.1-- Detecting C compiler ABI info-- Detecting C compiler ABI info - failed-- Check for working C compiler: /usr/bin/cc-- Check for working C compiler: /usr/bin/cc - brokenCMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:67 (message): The C compiler "/usr/bin/cc" is not able to compile a simple test program. It fails with the following output: Change Dir: '/home/pcarcade/logiops/build/CMakeFiles/CMakeScratch/TryCompile-uqnnSN' ---------///////////----------- CMake will not be able to correctly generate this project.Call Stack (most recent call first): CMakeLists.txt:5 (project)-- Configuring incomplete, errors occurred!
-- The C compiler identification is GNU 14.2.1-- The CXX compiler identification is GNU 14.2.1-- Detecting C compiler ABI info-- Detecting C compiler ABI info - failed-- Check for working C compiler: /usr/bin/cc-- Check for working C compiler: /usr/bin/cc - brokenCMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:67 (message): The C compiler "/usr/bin/cc" is not able to compile a simple test program. It fails with the following output: Change Dir: '/home/pcarcade/logiops/build/CMakeFiles/CMakeScratch/TryCompile-uqnnSN' ---------///////////----------- CMake will not be able to correctly generate this project.Call Stack (most recent call first): CMakeLists.txt:5 (project)-- Configuring incomplete, errors occurred!
I can see it's due to not having a working compiler, but I don't know how to fix it and hoping someone can help me out