cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

ultimatenexus
Journeyman III

clCreateSubBuffer not in linux32-lib?

Hi.

I am trying to use the above mentioned function in the Stream SDK 2.2 with OpenCL 1.1 support on Ubuntu Maverick 32bit. The GCC is telling me that the reference is undefined wich is odd, since I am sure that the platform used is OpenCL 1.1 ATI Stream 2.2 and I double checked that the right lib is used.

The same Program compiles fine in Win7 with Stream 2.2 and OpenCL 1.1.

Anyone any ideas what I am doing wrong?

0 Likes
2 Replies
nou
Exemplar

try

objdump -T libOpenCL.so | grep clCreate

0 Likes

Ah. Thanks.

The linker would use an old version of the lib, which was idleing around in my system.

0 Likes