MATLAB Detection of Compiler
10 ビュー (過去 30 日間)
古いコメントを表示
Jason Nicholson
2018 年 10 月 16 日
回答済み: Jason Nicholson
2018 年 10 月 25 日
How does MATLAB detect the compiler in 2016b or newer?
I have written a custom compiler configuration xml file. mex.getCompilerConfigurations('C++,'supported') lists my configured compiler. However, I cannot get any further with "mex -setup C++". I get an error because MATLAB doesn't detect my custom compiler.
The custom xml file is attached. Note the main differences are at the bottom of the xml file in the "env" section.
2 件のコメント
Helper
2018 年 10 月 19 日
The msvcpp files would be used during the compilation. Please use "mex -setup -v" to check more information for searching the compiler.
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で C Shared Library Integration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!