Why do I receive "??? Error executing mcc, return status = 134" when using MATLAB Compiler 4.0 (R14) and the -nojvm runtime option?

I am attempting to compile my MATLAB code into a stand-alone application, and I am specifying the runtime option of -nojvm. For example, I might compile with:
mcc -v -R nojvm myfile.m
However, I receive the following error:
??? Error executing mcc, return status = 134.

 采纳的回答

This error may be caused by using the incorrect syntax of the -nojvm runtime option. When using this option with MCC, include a hyphen before "nojvm" as in:
mcc -m -v -R -nojvm myfile.m

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 MATLAB Compiler 的更多信息

产品

版本

R14SP1

Community Treasure Hunt

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

Start Hunting!

Translated by