Why does MATLAB Compiler hang in "Creating Binaries"?
2 次查看(过去 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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!