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!