KlausT / ccminer-cryptonight

Software for mining various cryptocoins, like Monero (pool mining only)
GNU General Public License v3.0
133 stars 30 forks source link

Compiling error: No rule to make target 'sph/bmw.c' #7

Closed deshi-basara closed 7 years ago

deshi-basara commented 7 years ago

At first, thanks for reviving ccminer for cryptonight!

Since version 1.03 I'm getting the following error while compiling under (Arch)Linux:

gcc -DHAVE_CONFIG_H -I. -msse2 -fopenmp -pthread -fno-strict-aliasing -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -g -O2 -MT ccminer-util.o -MD -MP -MF .deps/ccminer-util.Tpo -c -o ccminer-util.o test -f 'util.c' || echo './'util.c

mv -f .deps/ccminer-util.Tpo .deps/ccminer-util.Po

make[2]: *\ Keine Regel vorhanden, um das Ziel „sph/bmw.c“, benötigt von „ccminer-bmw.o“, zu erstellen. Schluss.

make[2]: Verzeichnis „/.../.ccminer-cryptonight“ wird verlassen make[1]: * [Makefile:744: all-recursive] Fehler 1 make[1]: Verzeichnis „/.../.ccminer-cryptonight“ wird verlassen make: * [Makefile:305: all] Fehler 2

gcc: 6.2.1 cuda: 7.5 and 8

I still can compile version 1.01 without problems.

KlausT commented 7 years ago

There is no bmw.c in ccminer-crytonight. I think you have mixed the sources of two different projects

deshi-basara commented 7 years ago

Stupid me, forgot to execute the 'autogen.sh' ... everything is working fine with cuda 8 on Linux :+1: