Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
sparks2013
on 06/08/2014, 14:06:58 UTC
Well.. It's a new day and I'm back at it.  Still stuck on the compile process for CudaMiner on windows..

What's strange about the below error is that gmp.h does exist and was checked during the configure process.. I've also copied the gmp.h file to CudaMiner-master / compact, and a few other places.. Not sure why its not finding it..

Error:

nvcc -Xptxas "-abi=no -v" -arch=compute_35 --ptxas-options=-v   -O2 -o trashminer.o -c trashminer.cu
trashminer.cu
trashminer.cu(50) : fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory
make[2]: *** [trashminer.o] Error 2
make[2]: Leaving directory `/c/CudaMiner-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/CudaMiner-master'
make: *** [all] Error 2

It isn't where it search for it... (not sure that's help a lot...  Grin)

Doh.. well this has become quite the task lol.  I see your username / handle written all over this trashminer.cu Wink.  Give me a better hint hah.
well it isn't mine (even though my name is everywhere) Grin

heh Smiley  Well.. I've literally copied my gmp.h in every folder/subfolder under CudaMiner-master, and its still complaining that the file is not there.  Keep in mind that it is also a few MinGW MinGW64 folders as well..