Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
drakoin
on 07/02/2014, 11:41:19 UTC

so far so good. i could solve a lot of problems, but how to solve this?

Code:
git clone https://github.com/cbuchner1/CudaMiner
cd CudaMiner
./configure
PATH=/usr/local/cuda-5.5/bin:$PATH make

results in:

Code:

cudaminer-cpu-miner.o: In function `miner_thread':
/root/CudaMiner/cpu-miner.c:876: undefined reference to `scanhash_keccak'
collect2: ld returned 1 exit status
make[2]: *** [cudaminer] Error 1
make[2]: Leaving directory `/root/CudaMiner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/CudaMiner'
make: *** [all] Error 2