fireice-uk / xmr-stak-nvidia

Monero NVIDIA miner
GNU General Public License v3.0
249 stars 99 forks source link

Compile error Ubuntu 16.04 #199

Closed Bashar122 closed 6 years ago

Bashar122 commented 6 years ago

i've tried: git clean -fdx export CC=/usr/bin/clang-4.0 export CXX=/usr/bin/clang++-4.0

I have cude 9.1, with GTX 1080 and GTX 960, and the latest code.

screenshot from 2017-12-12 03-17-59

Bashar122 commented 6 years ago

found the issue. I needed to install nvcc and use that instead of clang.