Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mrbrdo

Pages: [1]
1
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: April 14, 2014, 05:45:11 pm »
I tried the 32-bit Linux version on BAMT and I get:
Code: [Select]
./clpts: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./clpts)
Perhaps you could statically link libstdc++? Or let me know what I can try.

I guess the version is too low on BAMT:
Code: [Select]
$ strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH

EDIT: I managed to get that working by using a newer version of libstdc++, but now I get an error from clpts:
Code: [Select]
[MASTER] | Spawning 4 worker threads
[WORKER3] Hello, World!
[WORKER2] Hello, World!
[WORKER1] Hello, World!
[WORKER0] Hello, World!


Error during compilation of program for device 'Tahiti':

Frontend phase failed compilation.
Error: Compilation from LLVMIR binary to IL text failed!

EDIT2: I saw now how to fix that in this thread, works great now! Thanks!

Pages: [1]