why Matlab compiler isn't working?
显示 更早的评论
I have MATLAB R2010a, containing MATLAB Compiler Version 4.13. I want to make standalone file of my program. I have installed MCR also. As I use BUILD in deployment tool, it always ask to show error as Run mbuild -setup to specify the default compiler options file. As I use mbuild -setup, it ask to locate a compiler, but never show any compiler, But I have one. Kindly help me in this. Or either give any other alternative method to make a standalone file.
2 个评论
Rik
2018-3-30
But do you have a supported compiler? There is a limited list of supported compilers, which depends on your OS and release.
Walter Roberson
2018-3-30
R2010a for MS Windows needed one of the following for MATLAB Compiler:
- lcc-win32
- VS 2008 Express
- VS 2008SP1 Professional
- VS 2005SP1 Professional
- VS 6.0 Professional
In particular, R2010a did not support VS 2010 Express or VS 2010 Professional for MATLAB Compiler (but did support those for compiling MEX.)
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Compiler 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!