Matlab Compiler's mcc command stuck at "Dependency analysis by REQUIREMENTS" for every m-file in R2015b (compiler version 6.1)
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Antworten (1)
Nuno Almeida
am 3 Jan. 2020
I am having the same problem (but with Compiler version: 6.0 (R2015a), after a fresh installation...
0 Kommentare
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!