Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.0 - opensource - GPL (tpruvot)
by
boldogbanyasz
on 11/07/2017, 03:31:04 UTC

this it seems that it doesn't compile with gcc because nvcc doesn't like the gcc version, and it doesn't compile with clang because it doesn't support OpenMP.

what other options would be to compile?

did anyone manage to compile under ubuntu 17.04?

Wonderful! 17.04 comes with gcc 6 but with Cuda that only supports up to gcc 5. 3 months in and Nvidia still hasn't
released an updated Cuda for 17.04.

Edit: After posting I realized Nvidia only releases for LTS. That leaves installing gcc 5 as a solution.

indeed, compiles fine with gcc 5. thanks!