Login  Register

Re: ATI Stream SDK

Posted by Michael Bien on Nov 16, 2010; 4:52pm
URL: https://forum.jogamp.org/ATI-Stream-SDK-tp1872773p1911903.html

hello everyone,

regarding foo.so.1:

right, must have been a older jocl build. Currently jocl will only try to load 'libOpenCL.so' on linux (as specified). I am not sure if any of the SDKs still uses the .1 notation, but maybe this might be the issue here.

@Thomas it still fails if you call CLPlatform.listPlatforms()?

regarding the build error:
You will have to build gluegen + jogl first and make sure every project finds each other.
see build step 1:
Now you should have following directory structure:
    /home/dude/projects/jogamp
    /home/dude/projects/jogamp/gluegen
    /home/dude/projects/jogamp/jogl
    /home/dude/projects/jogamp/jocl
                            
-> http://jogamp.org/jocl/doc/HowToBuild.html


it would be also nice to check if the webstart CLInfo demo is working, since it uses an older build:
does the webstart CLInfo util work?
 -> http://jogamp.org/jocl-demos/www/


sorry for the delay,

michael


On 11/16/2010 02:03 AM, notzed [via jogamp] wrote:
Are you sure the opencl library is in the library path?

I also seem to recall at least one verison of jocl trying to open libOpenCL.so.1, but the ATI library is just called libOpenCL.so

I just created a softlink for the name issue,

 ln -s libOpenCL.so.1 libOpenCL.so

And setup LD_LIBRARY_PATH to point to the ATI sdk before running anything.



View message @ http://jogamp.762907.n3.nabble.com/ATI-Stream-SDK-tp1872773p1908416.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.


-- 
http://michael-bien.com/