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???
2 ビュー (過去 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], ...
0 件のコメント
回答 (1 件)
madhan ravi
2018 年 11 月 18 日
It seems that you need to specify the path to your folder where you installed it
参考
カテゴリ
Help Center および File 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!