Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
pallas
on 09/09/2018, 20:23:52 UTC
ccminer.cpp: In function ‘void* miner_thread(void*)’:
ccminer.cpp:1852:12: error: ‘Sleep’ was not declared in this scope
     Sleep(1);
            ^
Makefile:1836: recipe for target 'ccminer-ccminer.o' failed





linux not compile  on ubuntu


Replace Sleep with usleep
I made a pull request to fix this but for some reason sp didn't want to merge it.