Why does MATLAB Compiler hang in "Creating Binaries"?
5 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2018 年 3 月 8 日
編集済み: MathWorks Support Team
2018 年 4 月 17 日
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
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!