xmrig / xmrig-cuda

NVIDIA CUDA plugin for XMRig miner
GNU General Public License v3.0
365 stars 154 forks source link

Trouble compiling on Manjaro Linux. #91

Closed TheFel0x closed 3 years ago

TheFel0x commented 3 years ago

$ make results only in [ 6%] Building NVCC (Device) object CMakeFiles/xmrig-cu.dir/src/xmrig-cu_generated_cuda_extra.cu.o after that nothing happens. $ make -n ends in the following:

make[2]: *** No rule to make target 'libxmrig-cu.a', needed by 'libxmrig-cuda.so'.  Stop.
make[1]: *** [CMakeFiles/Makefile2:97: CMakeFiles/xmrig-cuda.dir/all] Error 2
make: *** [Makefile:103: all] Error 2

I haven't used make/cmake much before so it might be me misunderstanding something.

TheFel0x commented 3 years ago

As expected, it was me not fully understanding how to use make.