Matlab Compiler's mcc command stuck at "Dependency analysis by REQUIREMENTS" for every m-file in R2015b (compiler version 6.1)
4 ビュー (過去 30 日間)
古いコメントを表示
Matlab hangs when I attempt to compile any M-file using R2015b. For example,
>> mcc -mv example.m
Compiler version: 6.1 (R2015b)
Dependency analysis by REQUIREMENTS.
Will never progress. I've attached a simple example of an m-file that will not compile on my machine that consists of the following code:
function example
disp('This function works!');
end
I do correctly have the compiler installed on my machine, and I've tried reinstalling. I do not have startup.m on my path. I do have the appropriate licenses. I can compile in other versions of Matlab I have installed.
Can someone please help me understand what I need to do to get my compiler working?
1 件のコメント
回答 (1 件)
Nuno Almeida
2020 年 1 月 3 日
I am having the same problem (but with Compiler version: 6.0 (R2015a), after a fresh installation...
0 件のコメント
参考
カテゴリ
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!