I can't seem to get this to build correctly. I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux. Yet getting this one too work seems to evade me. I have an Nvidia GeFORCE GTX 650 Ti (this is not a rig, just my computer) and so I set the nvcc Arch to (nvcc_ARCH = -gencode=arch=compute_30,code=\"sm_30,compute_30\") as it asked but I'm getting this when I run ./build.sh
Sorry for the book of code but I don't know what it really means. What exactly is going wrong? The only thing I can think of is that I had to switch drivers for my graphics card to mine on EWBF's so maybe I need to switch back, but if this uses CUDA then I don't think I can. Anyways I'm thoroughly confused and could use help.
Something wants me to say that ccminer doesn't work with that old of a compute version, but I'm not sure on that.
Again not a programmer so my questions may be worded incorrectly. When you say the compute version may be to old I'm assuming your referring to the 30 in the nvcc Arch part I changed. On Tpruvot's own page he says that you need to check your GPU for what to set this parameter to. The link is here
https://github.com/tpruvot/ccminer/wiki/Compatibility and it says this is what my settings should be according to my computers NVidia GeFORCE GTX 650 Ti. Like I said I have no idea what the problem is, but it says something is wrong with the syntax in line 6177. What does that mean?