Author

Topic: Compiling Reaper on Linux (Read 7201 times)

member
Activity: 89
Merit: 10
March 29, 2012, 07:57:14 PM
#10
Any chance you could compile for 32 bit?
here ya go
Download From Dropbox
its my dropbox so dont explode it
member
Activity: 89
Merit: 10
March 27, 2012, 02:06:15 PM
#9
its the fact i compiled it on a 64 bit system may not work on 32 bit
sr. member
Activity: 470
Merit: 250
March 26, 2012, 08:13:26 AM
#8
Download Reaper For Linux
just compiled on a fresh ubuntu x64 install

Thanks for that! It is the same size and it works exactly the same as what I got when I compiled it. I think I'll have to accept that Reaper just doesn't like my card (it works fine with cgminer).
full member
Activity: 196
Merit: 100
March 26, 2012, 03:20:54 AM
#7
Yes! The AMD SDK wasn't properly installed. I fixed that and now it compiles. Thanks for your help!


Your welcome.
member
Activity: 89
Merit: 10
March 25, 2012, 03:43:24 PM
#6
Is there somewhere that I could download the compiled version?

I would be interested in that too because my self-compiled version doesn't work. I've been trying for two days to get it to work with an Asus 6950 that can happily mine Bitcoins. Reaper compiles cleanly but when it runs it is extremely slow, spits out lots of error messages and then crashes. Changes in the configuration file do have very little effect. I'm using the latest stable drivers but I'm beginning to think that maybe I should try an older version. Is there anybody who has a 6950 working with Reaper on Linux? I would like to know which versions of the Catalyst driver and APP SDK work for you.
Download Reaper For Linux
just compiled on a fresh ubuntu x64 install
sr. member
Activity: 470
Merit: 250
March 25, 2012, 06:09:22 AM
#5
Is there somewhere that I could download the compiled version?

I would be interested in that too because my self-compiled version doesn't work. I've been trying for two days to get it to work with an Asus 6950 that can happily mine Bitcoins. Reaper compiles cleanly but when it runs it is extremely slow, spits out lots of error messages and then crashes. Changes in the configuration file do have very little effect. I'm using the latest stable drivers but I'm beginning to think that maybe I should try an older version. Is there anybody who has a 6950 working with Reaper on Linux? I would like to know which versions of the Catalyst driver and APP SDK work for you.
sr. member
Activity: 470
Merit: 250
March 23, 2012, 11:38:25 AM
#4
Yes! The AMD SDK wasn't properly installed. I fixed that and now it compiles. Thanks for your help!
legendary
Activity: 1484
Merit: 1005
March 23, 2012, 11:18:45 AM
#3
Update your drivers
full member
Activity: 196
Merit: 100
March 23, 2012, 11:18:18 AM
#2
No AMD SDK or if using nvidia no CUDA I believe it is installed.

Code:

miner6@miner6:~$ locate OpenCL
/etc/OpenCL
/etc/OpenCL/vendors
/etc/OpenCL/vendors/amdocl32.icd
/etc/OpenCL/vendors/amdocl64.icd
/home/miner6/AMD-APP-SDK-v2.4-lnx64/lib/x86/libOpenCL.so
/home/miner6/AMD-APP-SDK-v2.4-lnx64/lib/x86/libOpenCL.so.1
/home/miner6/AMD-APP-SDK-v2.4-lnx64/lib/x86_64/libOpenCL.so
/home/miner6/AMD-APP-SDK-v2.4-lnx64/lib/x86_64/libOpenCL.so.1
/usr/lib/libOpenCL.so
/usr/lib/libOpenCL.so.1
sr. member
Activity: 470
Merit: 250
March 23, 2012, 10:48:40 AM
#1
I'm trying to compile Reaper v13 Beta 3 on Linux and I get this error:

Quote

~/reaperv13beta3_src/build $ make
[  6%] Building CXX object CMakeFiles/reaper.dir/Curl.cpp.o
[ 12%] Building CXX object CMakeFiles/reaper.dir/json_reader.cpp.o
[ 18%] Building CXX object CMakeFiles/reaper.dir/json_value.cpp.o
[ 25%] Building CXX object CMakeFiles/reaper.dir/json_writer.cpp.o
[ 31%] Building CXX object CMakeFiles/reaper.dir/main.cpp.o
[ 37%] Building CXX object CMakeFiles/reaper.dir/RSHash.cpp.o
[ 43%] Building CXX object CMakeFiles/reaper.dir/scrypt.cpp.o
[ 50%] Building CXX object CMakeFiles/reaper.dir/ServerSettings.cpp.o
[ 56%] Building CXX object CMakeFiles/reaper.dir/SHA256.cpp.o
[ 62%] Building CXX object CMakeFiles/reaper.dir/Util.cpp.o
Linking CXX executable reaper
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib/libOpenCL.so when searching for -lOpenCL
/usr/bin/ld: skipping incompatible /usr/lib/../lib/libOpenCL.so when searching for -lOpenCL
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../libOpenCL.so when searching for -lOpenCL
/usr/bin/ld: skipping incompatible /usr/lib/libOpenCL.so when searching for -lOpenCL
/usr/bin/ld: cannot find -lOpenCL
collect2: ld returned 1 exit status
make[2]: *** [reaper] Error 1
make[1]: *** [CMakeFiles/reaper.dir/all] Error 2
make: *** [all] Error 2


Any ideas?
Jump to: