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 Comments

But do you have a supported compiler? There is a limited list of supported compilers, which depends on your OS and release.
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.)

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Asked:

on 30 Mar 2018

Commented:

on 30 Mar 2018

Community Treasure Hunt

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

Start Hunting!