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!