No supported compiler was found.
조회 수: 84 (최근 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
채택된 답변
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.
댓글 수: 1
추가 답변 (0개)
참고 항목
카테고리
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!