Why does MATLAB Compiler hang in "Creating Binaries"?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 8 Mar 2018
Modifié(e) : MathWorks Support Team
le 17 Avr 2018
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.
Réponse acceptée
MathWorks Support Team
le 17 Avr 2018
Modifié(e) : MathWorks Support Team
le 17 Avr 2018
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Compiler dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!