Bitcoin Forum
April 27, 2024, 12:07:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Compiling Reaper on Linux  (Read 7172 times)
Bitinvestor (OP)
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250


View Profile
March 23, 2012, 03:48:40 PM
 #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?

Those who cause problems for others also cause problems for themselves.
1714176432
Hero Member
*
Offline Offline

Posts: 1714176432

View Profile Personal Message (Offline)

Ignore
1714176432
Reply with quote  #2

1714176432
Report to moderator
1714176432
Hero Member
*
Offline Offline

Posts: 1714176432

View Profile Personal Message (Offline)

Ignore
1714176432
Reply with quote  #2

1714176432
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714176432
Hero Member
*
Offline Offline

Posts: 1714176432

View Profile Personal Message (Offline)

Ignore
1714176432
Reply with quote  #2

1714176432
Report to moderator
1714176432
Hero Member
*
Offline Offline

Posts: 1714176432

View Profile Personal Message (Offline)

Ignore
1714176432
Reply with quote  #2

1714176432
Report to moderator
1714176432
Hero Member
*
Offline Offline

Posts: 1714176432

View Profile Personal Message (Offline)

Ignore
1714176432
Reply with quote  #2

1714176432
Report to moderator
DILLIGAF
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
March 23, 2012, 04:18:18 PM
 #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
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
March 23, 2012, 04:18:45 PM
 #3

Update your drivers

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
Bitinvestor (OP)
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250


View Profile
March 23, 2012, 04:38:25 PM
 #4

Yes! The AMD SDK wasn't properly installed. I fixed that and now it compiles. Thanks for your help!

Those who cause problems for others also cause problems for themselves.
Bitinvestor (OP)
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250


View Profile
March 25, 2012, 11: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.

Those who cause problems for others also cause problems for themselves.
grimd34th
Member
**
Offline Offline

Activity: 89
Merit: 10



View Profile
March 25, 2012, 08: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
DILLIGAF
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
March 26, 2012, 08: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.
Bitinvestor (OP)
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250


View Profile
March 26, 2012, 01:13:26 PM
 #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).

Those who cause problems for others also cause problems for themselves.
grimd34th
Member
**
Offline Offline

Activity: 89
Merit: 10



View Profile
March 27, 2012, 07:06:15 PM
 #9

its the fact i compiled it on a 64 bit system may not work on 32 bit
grimd34th
Member
**
Offline Offline

Activity: 89
Merit: 10



View Profile
March 30, 2012, 12:57:14 AM
 #10

Any chance you could compile for 32 bit?
here ya go
Download From Dropbox
its my dropbox so dont explode it
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!