Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine
by
sparks2013
on 06/08/2014, 16:55:19 UTC
I'm going on 8+ hours of trying to get CudaMiner to compile on Windows. 

I'm completely stuck with the following:

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

Keep in mind gmp.h is available and correctly installed, and I have even went a step above and beyond by copying it to almost every location / subfolder in CudaMiner-master.