make -B build -S . -G Ninja -DCMAKE_BUILD_TYPE=release -DCMAKE_SKIP_INSTALL_RPATH=ON -DBUILD_SHARED_LIBS=OFF
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- The C compiler identification is Clang 19.1.7
-- The CXX compiler identification is Clang 19.1.7
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang-19 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++-19 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning (dev) at cmake/CUDA-Version.cmake:14 (find_package):
Policy CMP0146 is not set: The FindCUDA module is removed. Run "cmake
--help-policy CMP0146" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
Call Stack (most recent call first):
CMakeLists.txt:3 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found CUDA: /usr/local/cuda (found suitable version "12.9", minimum required is "8.0")
-- Looking for _rotr
-- Looking for _rotr - found
-- Looking for __builtin___clear_cache
-- Looking for __builtin___clear_cache - not found
-- Configuring done (1.0s)
-- Generating done (0.0s)
-- Build files have been written to: /home/solomoncyj/Downloads/xmrig-cuda/build
ninja
[1/16] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/xmrig-cu_generated_cuda_core.cu.o
FAILED: CMakeFiles/xmrig-cu.dir/src/xmrig-cu_generated_cuda_core.cu.o /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/xmrig-cu_generated_cuda_core.cu.o
cd /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src && /usr/bin/cmake -E make_directory /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/. && /usr/bin/cmake -D verbose:BOOL=OFF -D build_configuration:STRING=release -D generated_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/./xmrig-cu_generated_cuda_core.cu.o -D generated_cubin_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/./xmrig-cu_generated_cuda_core.cu.o.cubin.txt -P /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/xmrig-cu_generated_cuda_core.cu.o.release.cmake
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospi" (declared at line 2601 of /usr/local/cuda/include/crt/math_functions.h)
extern double cospi (double __x) noexcept (true); extern double __cospi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpi" (declared at line 2556 of /usr/local/cuda/include/crt/math_functions.h)
extern double sinpi (double __x) noexcept (true); extern double __sinpi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospif" (declared at line 2623 of /usr/local/cuda/include/crt/math_functions.h)
extern float cospif (float __x) noexcept (true); extern float __cospif (float __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpif" (declared at line 2579 of /usr/local/cuda/include/crt/math_functions.h)
extern float sinpif (float __x) noexcept (true); extern float __sinpif (float __x) noexcept (true);
^
4 errors detected in the compilation of "/home/solomoncyj/Downloads/xmrig-cuda/src/cuda_core.cu".
CMake Error at xmrig-cu_generated_cuda_core.cu.o.release.cmake:282 (message):
Error generating file
/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/./xmrig-cu_generated_cuda_core.cu.o
[2/16] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/RandomX/xmrig-cu_generated_randomx.cu.o
FAILED: CMakeFiles/xmrig-cu.dir/src/RandomX/xmrig-cu_generated_randomx.cu.o /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/xmrig-cu_generated_randomx.cu.o
cd /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX && /usr/bin/cmake -E make_directory /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/. && /usr/bin/cmake -D verbose:BOOL=OFF -D build_configuration:STRING=release -D generated_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/./xmrig-cu_generated_randomx.cu.o -D generated_cubin_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/./xmrig-cu_generated_randomx.cu.o.cubin.txt -P /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/xmrig-cu_generated_randomx.cu.o.release.cmake
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospi" (declared at line 2601 of /usr/local/cuda/include/crt/math_functions.h)
extern double cospi (double __x) noexcept (true); extern double __cospi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpi" (declared at line 2556 of /usr/local/cuda/include/crt/math_functions.h)
extern double sinpi (double __x) noexcept (true); extern double __sinpi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospif" (declared at line 2623 of /usr/local/cuda/include/crt/math_functions.h)
extern float cospif (float __x) noexcept (true); extern float __cospif (float __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpif" (declared at line 2579 of /usr/local/cuda/include/crt/math_functions.h)
extern float sinpif (float __x) noexcept (true); extern float __sinpif (float __x) noexcept (true);
^
4 errors detected in the compilation of "/home/solomoncyj/Downloads/xmrig-cuda/src/RandomX/randomx.cu".
CMake Error at xmrig-cu_generated_randomx.cu.o.release.cmake:282 (message):
Error generating file
/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/./xmrig-cu_generated_randomx.cu.o
[3/16] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/xmrig-cu_generated_cuda_extra.cu.o
FAILED: CMakeFiles/xmrig-cu.dir/src/xmrig-cu_generated_cuda_extra.cu.o /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/xmrig-cu_generated_cuda_extra.cu.o
cd /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src && /usr/bin/cmake -E make_directory /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/. && /usr/bin/cmake -D verbose:BOOL=OFF -D build_configuration:STRING=release -D generated_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/./xmrig-cu_generated_cuda_extra.cu.o -D generated_cubin_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/./xmrig-cu_generated_cuda_extra.cu.o.cubin.txt -P /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/xmrig-cu_generated_cuda_extra.cu.o.release.cmake
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospi" (declared at line 2601 of /usr/local/cuda/include/crt/math_functions.h)
extern double cospi (double __x) noexcept (true); extern double __cospi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpi" (declared at line 2556 of /usr/local/cuda/include/crt/math_functions.h)
extern double sinpi (double __x) noexcept (true); extern double __sinpi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospif" (declared at line 2623 of /usr/local/cuda/include/crt/math_functions.h)
extern float cospif (float __x) noexcept (true); extern float __cospif (float __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpif" (declared at line 2579 of /usr/local/cuda/include/crt/math_functions.h)
extern float sinpif (float __x) noexcept (true); extern float __sinpif (float __x) noexcept (true);
^
4 errors detected in the compilation of "/home/solomoncyj/Downloads/xmrig-cuda/src/cuda_extra.cu".
CMake Error at xmrig-cu_generated_cuda_extra.cu.o.release.cmake:282 (message):
Error generating file
/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/./xmrig-cu_generated_cuda_extra.cu.o
[4/16] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/RandomX/arqma/xmrig-cu_generated_randomx_arqma.cu.o
FAILED: CMakeFiles/xmrig-cu.dir/src/RandomX/arqma/xmrig-cu_generated_randomx_arqma.cu.o /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/arqma/xmrig-cu_generated_randomx_arqma.cu.o
cd /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/arqma && /usr/bin/cmake -E make_directory /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/arqma/. && /usr/bin/cmake -D verbose:BOOL=OFF -D build_configuration:STRING=release -D generated_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/arqma/./xmrig-cu_generated_randomx_arqma.cu.o -D generated_cubin_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/arqma/./xmrig-cu_generated_randomx_arqma.cu.o.cubin.txt -P /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/arqma/xmrig-cu_generated_randomx_arqma.cu.o.release.cmake
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospi" (declared at line 2601 of /usr/local/cuda/include/crt/math_functions.h)
extern double cospi (double __x) noexcept (true); extern double __cospi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpi" (declared at line 2556 of /usr/local/cuda/include/crt/math_functions.h)
extern double sinpi (double __x) noexcept (true); extern double __sinpi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospif" (declared at line 2623 of /usr/local/cuda/include/crt/math_functions.h)
extern float cospif (float __x) noexcept (true); extern float __cospif (float __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpif" (declared at line 2579 of /usr/local/cuda/include/crt/math_functions.h)
extern float sinpif (float __x) noexcept (true); extern float __sinpif (float __x) noexcept (true);
^
4 errors detected in the compilation of "/home/solomoncyj/Downloads/xmrig-cuda/src/RandomX/arqma/randomx_arqma.cu".
CMake Error at xmrig-cu_generated_randomx_arqma.cu.o.release.cmake:282 (message):
Error generating file
/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/arqma/./xmrig-cu_generated_randomx_arqma.cu.o
[5/16] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/KawPow/raven/xmrig-cu_generated_KawPow.cu.o
FAILED: CMakeFiles/xmrig-cu.dir/src/KawPow/raven/xmrig-cu_generated_KawPow.cu.o /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/KawPow/raven/xmrig-cu_generated_KawPow.cu.o
cd /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/KawPow/raven && /usr/bin/cmake -E make_directory /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/KawPow/raven/. && /usr/bin/cmake -D verbose:BOOL=OFF -D build_configuration:STRING=release -D generated_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/KawPow/raven/./xmrig-cu_generated_KawPow.cu.o -D generated_cubin_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/KawPow/raven/./xmrig-cu_generated_KawPow.cu.o.cubin.txt -P /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/KawPow/raven/xmrig-cu_generated_KawPow.cu.o.release.cmake
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospi" (declared at line 2601 of /usr/local/cuda/include/crt/math_functions.h)
extern double cospi (double __x) noexcept (true); extern double __cospi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpi" (declared at line 2556 of /usr/local/cuda/include/crt/math_functions.h)
extern double sinpi (double __x) noexcept (true); extern double __sinpi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospif" (declared at line 2623 of /usr/local/cuda/include/crt/math_functions.h)
extern float cospif (float __x) noexcept (true); extern float __cospif (float __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpif" (declared at line 2579 of /usr/local/cuda/include/crt/math_functions.h)
extern float sinpif (float __x) noexcept (true); extern float __sinpif (float __x) noexcept (true);
^
4 errors detected in the compilation of "/home/solomoncyj/Downloads/xmrig-cuda/src/KawPow/raven/KawPow.cu".
CMake Error at xmrig-cu_generated_KawPow.cu.o.release.cmake:282 (message):
Error generating file
/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/KawPow/raven/./xmrig-cu_generated_KawPow.cu.o
[6/16] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/RandomX/monero/xmrig-cu_generated_randomx_monero.cu.o
FAILED: CMakeFiles/xmrig-cu.dir/src/RandomX/monero/xmrig-cu_generated_randomx_monero.cu.o /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/monero/xmrig-cu_generated_randomx_monero.cu.o
cd /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/monero && /usr/bin/cmake -E make_directory /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/monero/. && /usr/bin/cmake -D verbose:BOOL=OFF -D build_configuration:STRING=release -D generated_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/monero/./xmrig-cu_generated_randomx_monero.cu.o -D generated_cubin_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/monero/./xmrig-cu_generated_randomx_monero.cu.o.cubin.txt -P /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/monero/xmrig-cu_generated_randomx_monero.cu.o.release.cmake
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospi" (declared at line 2601 of /usr/local/cuda/include/crt/math_functions.h)
extern double cospi (double __x) noexcept (true); extern double __cospi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpi" (declared at line 2556 of /usr/local/cuda/include/crt/math_functions.h)
extern double sinpi (double __x) noexcept (true); extern double __sinpi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospif" (declared at line 2623 of /usr/local/cuda/include/crt/math_functions.h)
extern float cospif (float __x) noexcept (true); extern float __cospif (float __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpif" (declared at line 2579 of /usr/local/cuda/include/crt/math_functions.h)
extern float sinpif (float __x) noexcept (true); extern float __sinpif (float __x) noexcept (true);
^
4 errors detected in the compilation of "/home/solomoncyj/Downloads/xmrig-cuda/src/RandomX/monero/randomx_monero.cu".
CMake Error at xmrig-cu_generated_randomx_monero.cu.o.release.cmake:282 (message):
Error generating file
/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/monero/./xmrig-cu_generated_randomx_monero.cu.o
[7/16] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/RandomX/wownero/xmrig-cu_generated_randomx_wownero.cu.o
FAILED: CMakeFiles/xmrig-cu.dir/src/RandomX/wownero/xmrig-cu_generated_randomx_wownero.cu.o /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/wownero/xmrig-cu_generated_randomx_wownero.cu.o
cd /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/wownero && /usr/bin/cmake -E make_directory /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/wownero/. && /usr/bin/cmake -D verbose:BOOL=OFF -D build_configuration:STRING=release -D generated_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/wownero/./xmrig-cu_generated_randomx_wownero.cu.o -D generated_cubin_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/wownero/./xmrig-cu_generated_randomx_wownero.cu.o.cubin.txt -P /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/wownero/xmrig-cu_generated_randomx_wownero.cu.o.release.cmake
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospi" (declared at line 2601 of /usr/local/cuda/include/crt/math_functions.h)
extern double cospi (double __x) noexcept (true); extern double __cospi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpi" (declared at line 2556 of /usr/local/cuda/include/crt/math_functions.h)
extern double sinpi (double __x) noexcept (true); extern double __sinpi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospif" (declared at line 2623 of /usr/local/cuda/include/crt/math_functions.h)
extern float cospif (float __x) noexcept (true); extern float __cospif (float __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpif" (declared at line 2579 of /usr/local/cuda/include/crt/math_functions.h)
extern float sinpif (float __x) noexcept (true); extern float __sinpif (float __x) noexcept (true);
^
/home/solomoncyj/Downloads/xmrig-cuda/src/RandomX/randomx_cuda.hpp(319): warning #186-D: pointless comparison of unsigned integer with zero
if (opcode < 0)
^
Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"
4 errors detected in the compilation of "/home/solomoncyj/Downloads/xmrig-cuda/src/RandomX/wownero/randomx_wownero.cu".
CMake Error at xmrig-cu_generated_randomx_wownero.cu.o.release.cmake:282 (message):
Error generating file
/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/wownero/./xmrig-cu_generated_randomx_wownero.cu.o
[8/16] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/RandomX/graft/xmrig-cu_generated_randomx_graft.cu.o
FAILED: CMakeFiles/xmrig-cu.dir/src/RandomX/graft/xmrig-cu_generated_randomx_graft.cu.o /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/graft/xmrig-cu_generated_randomx_graft.cu.o
cd /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/graft && /usr/bin/cmake -E make_directory /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/graft/. && /usr/bin/cmake -D verbose:BOOL=OFF -D build_configuration:STRING=release -D generated_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/graft/./xmrig-cu_generated_randomx_graft.cu.o -D generated_cubin_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/graft/./xmrig-cu_generated_randomx_graft.cu.o.cubin.txt -P /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/graft/xmrig-cu_generated_randomx_graft.cu.o.release.cmake
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospi" (declared at line 2601 of /usr/local/cuda/include/crt/math_functions.h)
extern double cospi (double __x) noexcept (true); extern double __cospi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpi" (declared at line 2556 of /usr/local/cuda/include/crt/math_functions.h)
extern double sinpi (double __x) noexcept (true); extern double __sinpi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospif" (declared at line 2623 of /usr/local/cuda/include/crt/math_functions.h)
extern float cospif (float __x) noexcept (true); extern float __cospif (float __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpif" (declared at line 2579 of /usr/local/cuda/include/crt/math_functions.h)
extern float sinpif (float __x) noexcept (true); extern float __sinpif (float __x) noexcept (true);
^
4 errors detected in the compilation of "/home/solomoncyj/Downloads/xmrig-cuda/src/RandomX/graft/randomx_graft.cu".
CMake Error at xmrig-cu_generated_randomx_graft.cu.o.release.cmake:282 (message):
Error generating file
/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/graft/./xmrig-cu_generated_randomx_graft.cu.o
[9/16] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/RandomX/yada/xmrig-cu_generated_randomx_yada.cu.o
FAILED: CMakeFiles/xmrig-cu.dir/src/RandomX/yada/xmrig-cu_generated_randomx_yada.cu.o /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/yada/xmrig-cu_generated_randomx_yada.cu.o
cd /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/yada && /usr/bin/cmake -E make_directory /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/yada/. && /usr/bin/cmake -D verbose:BOOL=OFF -D build_configuration:STRING=release -D generated_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/yada/./xmrig-cu_generated_randomx_yada.cu.o -D generated_cubin_file:STRING=/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/yada/./xmrig-cu_generated_randomx_yada.cu.o.cubin.txt -P /home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/yada/xmrig-cu_generated_randomx_yada.cu.o.release.cmake
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospi" (declared at line 2601 of /usr/local/cuda/include/crt/math_functions.h)
extern double cospi (double __x) noexcept (true); extern double __cospi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpi" (declared at line 2556 of /usr/local/cuda/include/crt/math_functions.h)
extern double sinpi (double __x) noexcept (true); extern double __sinpi (double __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(79): error: exception specification is incompatible with that of previous function "cospif" (declared at line 2623 of /usr/local/cuda/include/crt/math_functions.h)
extern float cospif (float __x) noexcept (true); extern float __cospif (float __x) noexcept (true);
^
/usr/include/bits/mathcalls.h(81): error: exception specification is incompatible with that of previous function "sinpif" (declared at line 2579 of /usr/local/cuda/include/crt/math_functions.h)
extern float sinpif (float __x) noexcept (true); extern float __sinpif (float __x) noexcept (true);
^
4 errors detected in the compilation of "/home/solomoncyj/Downloads/xmrig-cuda/src/RandomX/yada/randomx_yada.cu".
CMake Error at xmrig-cu_generated_randomx_yada.cu.o.release.cmake:282 (message):
Error generating file
/home/solomoncyj/Downloads/xmrig-cuda/build/CMakeFiles/xmrig-cu.dir/src/RandomX/yada/./xmrig-cu_generated_randomx_yada.cu.o
ninja: build stopped: subcommand failed.