No supported compiler was found.
106 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Nicolas Bourbaki
le 8 Avr 2019
Commenté : Walter Roberson
le 1 Déc 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?
Réponse acceptée
Matt J
le 8 Avr 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 commentaire
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Troubleshooting in MATLAB Compiler SDK dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!