I try to install opencl-toolbox in matlab 2017a and i have a error and i don't now how to fix it. Someone who knows how to fix it???

1 次查看(过去 30 天)
I try to execute the make.m file
>> make
Error using mex
MEX cannot find library 'OpenCL' specified with the -l option.
MEX looks for a file with one of the names:
libOpenCL.lib
OpenCL.lib
Please specify the path to this library with the -L option.
Error in make (line 8)
mex('src/openclcmd.cpp', '-Iinclude', ['-I' opencl_include_dir], ...

回答(1 个)

madhan ravi
madhan ravi 2018-11-18
It seems that you need to specify the path to your folder where you installed it

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by