why Matlab compiler isn't working?
Show older comments
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 Comments
Rik
on 30 Mar 2018
But do you have a supported compiler? There is a limited list of supported compilers, which depends on your OS and release.
Walter Roberson
on 30 Mar 2018
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.)
Answers (0)
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!