No supported compiler was found.
107 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Nicolas Bourbaki
il 8 Apr 2019
Commentato: Walter Roberson
il 1 Dic 2020
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 Commenti
Risposta accettata
Matt J
il 8 Apr 2019
If you just run
>> mex -setup
it should present you with the compilers that Matlab can actually see. That should provide a clue.
1 Commento
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Troubleshooting in MATLAB Compiler SDK in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!