sp ...
the latest git seems to have a compile error ...
-------
mv -f sph/.deps/ccminer-haval.Tpo sph/.deps/ccminer-haval.Po
make[2]: *** No rule to make target 'x15/axiom.cu', needed by 'x15/axiom.o'. Stop.
make[2]: *** Waiting for unfinished jobs....
ptxas info : 0 bytes gmem, 1568 bytes cmem[3]
ptxas info : Compiling entry function '_Z22pentablake_gpu_hash_64jjPm' for 'sm_50'
ptxas info : Function properties for _Z22pentablake_gpu_hash_64jjPm
128 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 92 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z22pentablake_gpu_hash_80jjPv' for 'sm_50'
ptxas info : Function properties for _Z22pentablake_gpu_hash_80jjPv
128 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 90 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z25pentablake_gpu_check_hashjjPjS_' for 'sm_50'
ptxas info : Function properties for _Z25pentablake_gpu_check_hashjjPjS_
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 6 registers, 344 bytes cmem[0]
ptxas info : 0 bytes gmem
pentablake.cu: In function ‘int scanhash_pentablake(int, uint32_t*, const uint32_t*, uint32_t, long unsigned int*)’:
pentablake.cu:520:57: warning: passing NULL to non-pointer argument 2 of ‘cudaError_t MyStreamSynchronize(cudaStream_t, int, int)’ [-Wconversion-null]
pentablake.cu:535:57: warning: passing NULL to non-pointer argument 2 of ‘cudaError_t MyStreamSynchronize(cudaStream_t, int, int)’ [-Wconversion-null]
ptxas info : 0 bytes gmem
ptxas info : 0 bytes gmem
ptxas info : Compiling entry function '_Z21groestl256_gpu_hash32jjPmPjj' for 'sm_50'
ptxas info : Function properties for _Z21groestl256_gpu_hash32jjPmPjj
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 128 registers, 8192 bytes smem, 380 bytes cmem[0], 4 bytes cmem[2], 8 textures
make[2]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer'
Makefile:1618: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer'
Makefile:562: recipe for target 'all' failed
make: *** [all] Error 2
-------
what could this be? ...
up until this latest git ( now that im back ) - it had been compiling fine ...
#crysx
Try to add this to the makefile
sph/hefty1.cpp
and rename all axiom files to bastion (in the makefile)
that doesnt seem to work ...
-------
sph/ccminer-hefty1.o: In function `HEFTY1_Init':
hefty1.cpp:(.text+0x980): multiple definition of `HEFTY1_Init'
ccminer-hefty1.o:/mnt/compile/ccminer-all/sp-hash/ccminer/hefty1.c:295: first defined here
sph/ccminer-hefty1.o: In function `HEFTY1_Update':
hefty1.cpp:(.text+0x9f0): multiple definition of `HEFTY1_Update'
ccminer-hefty1.o:/mnt/compile/ccminer-all/sp-hash/ccminer/hefty1.c:306: first defined here
sph/ccminer-hefty1.o: In function `HEFTY1_Final':
hefty1.cpp:(.text+0xb20): multiple definition of `HEFTY1_Final'
ccminer-hefty1.o:/mnt/compile/ccminer-all/sp-hash/ccminer/hefty1.c:322: first defined here
sph/ccminer-hefty1.o: In function `HEFTY1':
hefty1.cpp:(.text+0xcf0): multiple definition of `HEFTY1'
ccminer-hefty1.o:/mnt/compile/ccminer-all/sp-hash/ccminer/hefty1.c:359: first defined here
collect2: error: ld returned 1 exit status
Makefile:944: recipe for target 'ccminer' failed
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer'
Makefile:1638: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer'
Makefile:564: recipe for target 'all' failed
make: *** [all] Error 2
-------
#crysx