Configure compiler c wiht mex-setup at 64 bits in win 7
2 views (last 30 days)
Show older comments
hello all
i have the problem that i can't configure the compiler in matlab R2010a (7.10.0), i have windows 7 at 64 bits.
when i called mex-setup, comes out:
Would you like mex to locate installed compilers [y]/n? y
Select a compiler:
[0] None
Compiler:
when i have installed in my pc
-Microsoft Windows SDK for Windows 7 and .NET Framework 4
-Microsoft Visual C++ 2010 Professional
how can i configure this compilers in matlab?, for that come out in the configurations
why i need the compilers for use in the embedded coder
thanks for your answers
0 Comments
Accepted Answer
Walter Roberson
on 15 May 2012
C++ 2010 Professional was not originally a supported compiler for R2010a
You need to install the a patch; see http://www.mathworks.com/support/solutions/en/data/1-D5W493/?solution=1-D5W493
1 Comment
Kaustubha Govind
on 15 May 2012
To answer the rest of Jose's question: Embedded Coder uses the selected compiler to compile the code generated from your Simulink model. You may skip this by selecting "Generate code only" on the Code Generation pane of the Configuration Parameters window. (Note: you may still need a MEX compiler if you have S-functions, referenced models, Stateflow charts or Embedded MATLAB Function blocks in your model)
More Answers (0)
See Also
Categories
Find more on Simulink Coder in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!