Matlab Compiler
古いコメントを表示
Hi All.
Matlab Compiler 4.13 R2010a
deploytool : "Project Setting/Advanced/External C/C++ Compiler"
What is written here? I get continuous error code 255.
Thanks.
採用された回答
その他の回答 (1 件)
Walter Roberson
2011 年 7 月 12 日
2 投票
Which compiler are you using? Did mbuild -setup have any difficulty finding the version of the compiler that you wanted?
If you are running the 64 bit version of MATLAB then installing the compilers is a two-stage process; please read the Notes section here
5 件のコメント
yunus
2011 年 7 月 13 日
Chirag Gupta
2011 年 7 月 13 日
on the MATLAB Command Prompt, execute:
mbuild -setup
Choose Y to automatically select a compiler. This should now list down installed compilers if any is found. Select one of the installed compilers. You do not need to change anything in the Advanced Tab of deploytool.
Also, Microsoft Visual Studio 2005 redistributable (x64) is not a compiler (its a run time). Use the links Walter has provided above to install a supported compiler.
Walter Roberson
2011 年 7 月 13 日
If you have Microsoft Visual Studio 2005, then is it the Express edition or the Professional edition? The 2005 version of the Express edition is not supported in R2010A: you would need the Professional Edition instead. The Express editions supported in R2010A are the 2008 and 2010 versions.
yunus
2011 年 7 月 13 日
yunus
2011 年 7 月 14 日
カテゴリ
ヘルプ センター および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!