Matlab Compiler's mcc command stuck at "Dependency analysis by REQUIREMENTS" for every m-file in R2015b (compiler version 6.1)

6 visualizzazioni (ultimi 30 giorni)
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?

Risposte (1)

Nuno Almeida
Nuno Almeida il 3 Gen 2020
I am having the same problem (but with Compiler version: 6.0 (R2015a), after a fresh installation...

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by