Zero length license error in using MATLAB Compiler R2012a
2 次查看(过去 30 天)
显示 更早的评论
The Matlab of my Linux machine just upgraded to R2012a. When I execute >> mcc -m helloworld.m, it shows error message: Internal error: Zero length license information. Error using mcc Error executing mcc, return status = 1 (0x1).
Could someone help me?
0 个评论
回答(2 个)
Kaustubha Govind
2012-5-29
Looks like this was a bug in R2009b and R2010a. Perhaps you should contact MathWorks Tech Support and see if there is a relapse in R2012a.
0 个评论
MikeStein
2014-3-6
I just had the same error - with 2012b, also running on a Linux machine with an mcc compile. One of two things seemed suspect... I had been debugging other code and had previously run dbstop if error I'm not sure if that was the issue, but I restarted Matlab, and reran the compile. It worked without issues.
-Mike
2 个评论
Avinash Surendran
2014-4-8
I am facing the same issue, is there any way out other than re-installation? The error that I get is this
Begin validation of MEX files: Mon Apr 7 17:46:36 2014
End validation of MEX files: Mon Apr 7 17:46:36 2014
Internal error: Zero length license information.
Error using mcc
Error executing mcc, return status = 1 (0x1).
Andreas Goser
2014-4-8
Avinash, assuming "same" also means R2012b, the best known workaround is to reinstall MATLAB R2012b without the Signal Processing Toolbox. The toolbox can be added separately later after installation. This should help to resolve the issue.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!