Last active
March 19, 2025 05:16
-
-
Save dchmelik/d2c284dbb5a6169a1e10eb2f1eba28ed to your computer and use it in GitHub Desktop.
xmrig-cuda-mo1 make error log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 41%] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/RandomX/wownero/xmrig-cu_generated_randomx_wownero.cu.o | |
xmrig-cuda-6.22.0-mo1/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>" | |
xmrig-cuda-6.22.0-mo1/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>" | |
xmrig-cuda-6.22.0-mo1/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>" | |
xmrig-cuda-6.22.0-mo1/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>" | |
xmrig-cuda-6.22.0-mo1/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>" | |
xmrig-cuda-6.22.0-mo1/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>" | |
xmrig-cuda-6.22.0-mo1/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>" | |
xmrig-cuda-6.22.0-mo1/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>" | |
xmrig-cuda-6.22.0-mo1/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>" | |
xmrig-cuda-6.22.0-mo1/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>" | |
[ 47%] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/RandomX/xmrig-cu_generated_randomx.cu.o | |
[ 52%] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/RandomX/yada/xmrig-cu_generated_randomx_yada.cu.o | |
[ 58%] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/xmrig-cu_generated_cuda_core.cu.o | |
xmrig-cuda-6.22.0-mo1/src/cuda_cryptonight_gpu.hpp(84): error: identifier "int2float" is undefined | |
float4::x = int2float(x0.x); | |
^ | |
xmrig-cuda-6.22.0-mo1/src/cuda_cryptonight_gpu.hpp(220): error: identifier "float_as_int" is undefined | |
int_as_float(float_as_int(a.x) & b), | |
^ | |
xmrig-cuda-6.22.0-mo1/src/cuda_cryptonight_gpu.hpp(220): error: identifier "int_as_float" is undefined | |
int_as_float(float_as_int(a.x) & b), | |
^ | |
xmrig-cuda-6.22.0-mo1/src/cuda_cryptonight_gpu.hpp(230): error: identifier "float_as_int" is undefined | |
int_as_float(float_as_int(a.x) | b), | |
^ | |
xmrig-cuda-6.22.0-mo1/src/cuda_cryptonight_gpu.hpp(230): error: identifier "int_as_float" is undefined | |
int_as_float(float_as_int(a.x) | b), | |
^ | |
xmrig-cuda-6.22.0-mo1/src/cuda_cryptonight_gpu.hpp(240): error: identifier "float_as_int" is undefined | |
int_as_float(float_as_int(a.x) ^ b), | |
^ | |
xmrig-cuda-6.22.0-mo1/src/cuda_cryptonight_gpu.hpp(240): error: identifier "int_as_float" is undefined | |
int_as_float(float_as_int(a.x) ^ b), | |
^ | |
7 errors detected in the compilation of "xmrig-cuda-6.22.0-mo1/src/cuda_core.cu". | |
CMake Error at xmrig-cu_generated_cuda_core.cu.o.Release.cmake:280 (message): | |
Error generating file | |
xmrig-cuda-6.22.0-mo1/build/CMakeFiles/xmrig-cu.dir/src/./xmrig-cu_generated_cuda_core.cu.o | |
make[2]: *** [CMakeFiles/xmrig-cu.dir/build.make:374: CMakeFiles/xmrig-cu.dir/src/xmrig-cu_generated_cuda_core.cu.o] Error 1 | |
make[1]: *** [CMakeFiles/Makefile2:89: CMakeFiles/xmrig-cu.dir/all] Error 2 | |
make: *** [Makefile:91: all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment