Why do I receive "??? Error executing mcc, return status = 134" when using MATLAB Compiler 4.0 (R14) and the -nojvm runtime option?
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!