Internal error: Zero length license information
Mostrar comentarios más antiguos
Hi there. I am trying to compile my code using the "Application Compiler" in Matlab R2014a (My OS is Windows 8.1). However, an internal error occurs during the packaging process:
- Compiler version: 5.1 (R2014a)
- Dependency analysis by REQUIREMENTS.
- Internal error: Zero length license information.
Has anybody got ideas regarding this issue? Please help.
Respuestas (2)
David Eisner
el 15 de Ag. de 2017
1 voto
Uninstalling and reinstalling without the Signal Processing Toolbox did not solve the problem for me. I tried running the mcc command (as copied from the PackagingLog.txt file) on the command line, and I got the same "Internal error: Zero length license information" error. However, if I explicitly specify the path to the license file (e.g. "C:\> mcc -C -o ... -Y "C:\Program Files\MATLAB\R2015b\licenses\network.lic"), then I can successfully produce an executable.
1 comentario
Denz Choe
el 6 de Ag. de 2019
This works for me as well! Thanks David
Andreas Goser
el 29 de En. de 2015
0 votos
I am aware of this kind of issue / error in R2012b. The reason was never completely identified, but it somehow was related to the Signal Processing Toolbox. Do you have this product installed? Even if you do not use it, it may be relevant.
What worked?:
Reinstall MATLAB R2012b without the Signal Processing Toolbox. The toolbox could be added separately later after installation.
2 comentarios
Jay Jamin
el 30 de En. de 2015
Andreas Goser
el 30 de En. de 2015
Happy to hear it finally worked, although effort.
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!