Matlab Compiler's mcc command stuck at "Dependency analysis by REQUIREMENTS" for every m-file in R2015b (compiler version 6.1)
6 views (last 30 days)
Show older comments
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 Comment
Answers (1)
Nuno Almeida
on 3 Jan 2020
I am having the same problem (but with Compiler version: 6.0 (R2015a), after a fresh installation...
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!