-- The C compiler identification is Clang 13.0.0 -- The CXX compiler identification is Clang 13.0.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - failed -- Check for working C compiler: /usr/bin/clang -- Check for working C compiler: /usr/bin/clang - broken CMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:69 (message): The C compiler "/usr/bin/clang" is not able to compile a simple test program. It fails with the following output: Change Dir: /build/libdispatch/src/libdispatch/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_1887f && [1/2] Building C object CMakeFiles/cmTC_1887f.dir/testCCompiler.c.o clang-13: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument] [2/2] Linking C executable cmTC_1887f FAILED: cmTC_1887f : && /usr/bin/clang -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -flto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto CMakeFiles/cmTC_1887f.dir/testCCompiler.c.o -o cmTC_1887f && : /usr/bin/ld: /tmp/lto-llvm-f6e9fa.o: can't link soft-float modules with double-float modules /usr/bin/ld: failed to merge target specific data of file /tmp/lto-llvm-f6e9fa.o clang-13: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed. CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:12 (project) -- Configuring incomplete, errors occurred! See also "/build/libdispatch/src/libdispatch/build/CMakeFiles/CMakeOutput.log". See also "/build/libdispatch/src/libdispatch/build/CMakeFiles/CMakeError.log". ==> ERROR: A failure occurred in build().  Aborting...