필터 지우기
필터 지우기

Why does MATLAB Compiler hang in "Creating Binaries"?

조회 수: 6 (최근 30일)
I try to compile my code into a standalone application with the Application Compiler. It hangs on "Creating Binaries" and never finishes. I have tried "mcc" but it also hangs.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2018년 4월 17일
편집: MathWorks Support Team 2018년 4월 17일
The issue here seems to be with the "startup.m" file. "startup.m" is executed at the beginning of the compilation process. If the code in "startup.m" hangs, then the compilation will also hang.
Please check that commands that wait for user input are not included in "startup.m".

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by