Matlab Compiler
Show older comments
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.
Accepted Answer
More Answers (1)
Walter Roberson
on 12 Jul 2011
2 votes
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 Comments
yunus
on 13 Jul 2011
Chirag Gupta
on 13 Jul 2011
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
on 13 Jul 2011
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
on 13 Jul 2011
yunus
on 14 Jul 2011
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!