Post
Topic
Board Altcoin Discussion
Re: [XPM] Working on a GPU miner for Primecoin, new thread :)
by
rgzen
on 02/09/2013, 18:59:07 UTC
What about this error?
Code:
/home/rgzen/XPM/reaperprime/AppOpenCL.cpp: In member function 'void OpenCL::WriteBufferPattern(uint, std::string, size_t, void*, size_t)':
/home/rgzen/XPM/reaperprime/AppOpenCL.cpp:285:145: error: 'clEnqueueFillBuffer' was not declared in this scope
   cl_int status = clEnqueueFillBuffer(GPUstate.commandQueue, GPUstate.buffers[buffername], pattern, pattern_length, 0, data_length, 0, NULL, NULL);
                                                                                                                                                  ^
make[2]: *** [CMakeFiles/reaper.dir/AppOpenCL.cpp.o] Error 1
make[1]: *** [CMakeFiles/reaper.dir/all] Error 2
make: *** [all] Error

I do not achieve to compile the app, so I am trying every option on every step...
Also I am not sure if I avoid the following error in good way...
red@red:~/Downloads/bitcoin-libblkmaker/bitcoin-libblkmaker$ make
.deps/base58.Plo:1: *** multiple target patterns.  Stop.
I can assume this last is right done because I obtain [100%] Built target reaper.
However when I run reaper I get this output:
Code:
./reaper: error while loading shared libraries: libblkmaker-0.1.so.0: cannot open shared object file: No such file or directory
Any idea?
mtrlt?
I suppose I have to wait until further instructions for linux compilation are released.

EDIT: This last error with libblkmaker-0.1.so.0 is solved installing bfgminer... it bring the object.