Unable to find compiler
1 次查看(过去 30 天)
显示 更早的评论
I am using windows 7 64 bit and installed visual c++ express edition 2010 but still when i give mex -setup i am unable to find any compiler. I get the following error:
mex -setup Please choose your compiler for building external interface (MEX) files:
Would you like mex to locate installed compilers [y]/n? y
Select a compiler:
[0] None
Compiler: 0
mex: No compiler selected. No action taken.
1 个评论
Walter Roberson
2012-1-21
Which MATLAB version are you using? If you are using an older MATLAB then VE2010 might not have been supported.
回答(1 个)
Jan
2012-1-21
Did you install the SDK 7.1 also as explained here? If you only want to compile C++ MEX files, the SDK is sufficient, because it cotains the required compilers.
1 个评论
Ken Atwell
2012-1-21
64-bit information http://www.mathworks.com/support/compilers/R2011b/win64.html
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Troubleshooting in MATLAB Compiler SDK 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!