No supported compiler was found.

147 次查看(过去 30 天)
Upon trying to compile a file using mex, I receive the following error message:
Error using mex
No supported compiler was found.
I installed Visual Studio 2017 with support for C++ and actually
mex -setup C++
lets me choose my compiler.
Which additional diagnostics could I run in order to pin down the problem?
  6 个评论
Nicolas Bourbaki
Nicolas Bourbaki 2020-12-1
编辑:Nicolas Bourbaki 2020-12-1
You would run
mex -setup C++
This lists a couple of options in case it finds a suitable compiler like the following:
mex -setup:'C:\Program Files\MATLAB\R2020b\bin\win64\mexopts\msvcpp2015.xml' C++
Walter Roberson
Walter Roberson 2020-12-1
By the way, Visual Studio does not install the C compiler by default.

请先登录,再进行评论。

采纳的回答

Matt J
Matt J 2019-4-8
If you just run
>> mex -setup
it should present you with the compilers that Matlab can actually see. That should provide a clue.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by