I've tried now more than one week to compile ccMiner from
https://github.com/djm34/ccminer for Ubuntu 13.10, but I'm stucking since days at the point where I start ccMiner and get the following output.
./ccminer-djm-0712-trade-x13-5a.sh *** ccMiner for nVidia GPUs by Christian Buchner and Christian H. ***
This is version 1.2 (beta)
based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
based on pooler-cpuminer extension for HVC from
https://github.com/heavycoin/cpuminer-heavycoin
and
http://hvc.1gh.com/
Cuda additions Copyright 2014 Christian Buchner, Christian H.
LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2014-07-16 14:29:14] Unable to query CUDA driver version! Is an nVidia driver installed?
I guess ccMiner doesn't find the installed Cuda toolkit, but I have no idea how to point to the Cuda toolkit directory, except the way I do it in my Howto.
This is my current Howto:
sudo add-apt-repository ppa:xorg-edgers/ppa -y
sudo apt-get update
sudo apt-get install nvidia-340
reboot
sudo apt-get install build-essential
sudo apt-get install automake
sudo apt-add-repository ppa:aaron-haviland/cuda-5.5
sudo apt-get update
sudo apt-get install nvidia-cuda-toolkit
cd ccminer-master
chmod +x configure autogen.sh
sudo apt-get install libssl-dev
export PATH=$PATH:/usr/lib/nvidia-cuda-toolkit/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/nvidia-cuda-toolkit/lib
reboot
./autogen.sh && ./configure && make
Thank you for every hint
