PALLAS, WHAT IS NEEDED TO COMPILE FROM YOUR GITHUB? --
I have a CUDA 8.0rc environment in Lubuntu 14.04, and the compile does not complete. I've tried modifying the Makefile.am, but can't quite get it righght from the hints in this thread. Is there a missing file? --scryptr?
Could you please quote the error you are getting?
I INSTALLED CUDA 8.0RC--
And just now I cloned from git your "ccminer-m7-branch" repository. Following with "./autogen.sh" and "./configure", and after I ran "sudo apt-get update", I gave the command "make" in the cloned directory, named "pallas". Everything ran fine until:
<error free compilation log>
nvcc -g -O2 -I . -Xptxas "-v" --compiler-bindir /usr/bin/gcc-4.9 -gencode=arch=compute_50,code=\"sm_50,compute_50\" -gencode=arch=compute_52,code=\"sm_52,compute_52\" --maxrregcount=80 --ptxas-options=-v -o heavy/cuda_blake512.o -c heavy/cuda_blake512.cu
/bin/bash: nvcc: command not found
make[2]: *** [heavy/cuda_blake512.o] Error 127
make[2]: Leaving directory `/home/user/pallas'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/pallas'
make: *** [all] Error 2
<end of compilation log>
I then gave the command "nvcc" in my home directory and got:
"The program 'nvcc' is currently not installed. You can install it by typing:
sudo apt-get install nvidia-cuda-toolkit"
I then gave the command "sudo apt-get install nvidia-cuda-toolkit", and got:
"Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nvidia-cuda-toolkit : Depends: nvidia-opencl-dev (= 5.5.22-3ubuntu1) but it is not going to be installed or
opencl-dev
E: Unable to correct problems, you have held broken packages."
The CUDA toolkit is installed, but something is missing. I used the *.deb package after removing my CUDA Toolkit 7.5 package and drivers. CTK 8.0rc is installed with the newer drivers, and I was able to run the Claymore Linux binary.
Where do I go from here? -scryptr