I too am having plotting problems. I am trying to plot a 5TB drive and have been following the 'Burstcoin documentattion for GNU/Linux by Kartojal' and also have 14 burstcoins. I am now trying to do plotter setup from 'Readme' file from MDCCT Plotter/.../... from 'Bitcoin Documentation by Kartojal'.
Here is the first Linux section of the plotter setup instructions:
Linux
Install the build-essential and g++ packets.
Install OpenCL (available in the manufacturer SDKs).
You may have to install the opencl headers ([apt-get install opencl-headers] on Ubuntu).
Modify the [PLATFORM] variable to one of [32] or [64] depending on the target platform.
Modify the [OPENCL_INCLUDE] and [OPENCL_LIB] variables of the Makefile to the correct path.
Example:
OPENCL_INCLUDE = /opt/AMDAPPSDK-2.9-1/include
OPENCL_LIB = /opt/AMDAPPSDK-2.9-1/lib/x86_64
When I enter './gpuPlotGenerator listPlatforms' and run it this is the error message:
Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!
I have done the first and third items from above, but I am new to Linux and don't understand how to set variables or what the above lines mean. Can anyone help with this?
Thanks