Hi,
I have a custom openCL library “libOpenCL.a”, but I don’t know where put it for make it works!
Do I need to modify common.mk or is there a directory tu put inside for self-linking???
Thank you!
P.S. I’m using Eclipse.
Hi,
I have a custom openCL library “libOpenCL.a”, but I don’t know where put it for make it works!
Do I need to modify common.mk or is there a directory tu put inside for self-linking???
Thank you!
P.S. I’m using Eclipse.
Solved! I’ve added -lOpenCL (-l($libname)) at the (LIB) variable in common_opencl.mk