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!