Mex setup C++
Show older comments
Hey every Body, How do u ? :) Actually I used Matlab 2011 7.12, and I need to use MATLAB Coder for Generate a C++ code, but the problems I can't located a C++ compliler with mex setup command, So I ask if it possible the use another way to do that. really I will be Thankful if u try to help me. thanks :)
5 Comments
Jan
on 21 May 2012
Did you install a C-Compiler already?
Kaustubha Govind
on 21 May 2012
You need to install a supported compiler. Please look up the list (last column on the table) corresponding to your version and platform: http://www.mathworks.com/support/sysreq/previous_releases.html
Amara
on 21 May 2012
Walter Roberson
on 21 May 2012
For further reference: Lcc is a C compiler only, not a C++ compiler.
Also, Lcc is only supported for 32 bit code generation, not for 64 bit code generation (I could not tell from your question which you need.)
Amara
on 21 May 2012
Answers (0)
Categories
Find more on Introduction to Installation and Licensing 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!