Downloaded and installed AMD SDK 2.7 (wasn't working with 2.4 either)
[2012-09-14 11:52:01] Started cgminer 2.7.5
[2012-09-14 11:52:01] CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)
Try deleting or renaming your .bin files and rerun CGMiner to recreate them with your current SDK version.
May or may not make a difference. But it looks like your using the .bin files from SDK 2.4.
What GPU's are you using?
Sam
recompile barfed on OpenCL library, so yea it's a library problem.
Configuration Options Summary:
curses.TUI...........: FOUND: ncurses
OpenCL...............: NOT FOUND. GPU mining support DISABLED
configure: error: No mining configured in
I don't want to run 2.7 right? I have some AWESOME cards, they are AMD Radeon HD 6870 Series with dual cores.
I was successful with this statement:
CFLAGS="-O3 -Wall -march=native -I/opt/AMD-APP-SDK-v2.4-lnx64/" LDFLAGS="-L/opt/AMD-APP-SDK-v2.4-lnx64/lib/x86_64/" ./configure
minus the "-march=native" flag, that was causing a barf on compile. Without it it looks like this:
CFLAGS="-O3 -Wall -I/opt/AMD-APP-SDK-v2.4-lnx64/" LDFLAGS="-L/opt/AMD-APP-SDK-v2.4-lnx64/lib/x86_64/" ./configure
And that was successful, in terms of compiling but I am still getting the segmentation fault when I try to run.
I'm gonna try this on Ubuntu and see if I get a better result. Yep, got a better result. Running under Ubuntu on one machine, second not so lucky... yet...
Kinda looks like ubuntu doesn't show half my gpu's
------------------------------------------------------------------------
cgminer 2.7.5
------------------------------------------------------------------------
Configuration Options Summary:
curses.TUI...........: NOT FOUND. TUI support DISABLED
OpenCL...............: NOT FOUND. GPU mining support DISABLED
configure: error: No mining configured in
### fglrxinfo
display: localhost:10.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: AMD Radeon HD 6800 Series
OpenGL version string: 1.2 (4.2.11631 Compatibility Profile Context)