Borrar filtros
Borrar filtros

Why does MATLAB Compiler hang in "Creating Binaries"?

6 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 17 de Abr. de 2018
Editada: MathWorks Support Team el 17 de Abr. de 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".

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by