on Linux, I did need to comment out the following redefinition in two .cu files:
"typedef unsigned long long uint64_t;"
I didn't build the spreadminer on Windows. I'm mining against the Linux wallet daemon on both machines, which I started with:
simucoind -printtoconsole -daemon
Yes, you need to do that on linux, also you might need to remove the
-abi=no
from the Makefiles.
So did you get it to work on your linux?
What version of linux do you have?
Do you have the CUDA toolkit installed?
What version of nvcc?
etc