Error using mex No supported compiler or SDK was found.

Hey i am using Matlab 2017a and Visual Studio Enterprise 2015. Typing mex -setup in the Command Prompt results in this Error: "Error using mex No supported compiler or SDK was found."
ok now i got it. did not have the c++ part in visual studio installation checked -.-''

답변 (1개)

Jan
Jan 2017년 5월 15일
편집: Jan 2017년 5월 15일

0 개 추천

The first point to start at such problems is the examination of the documentation:
There you find a list of the supported compilers:
  • Microsoft Visual C++ 2017 Family12
  • Microsoft Visual C++ 2015 Professional
  • Microsoft Visual C++ 2013 Professional
  • Microsoft Visual C++ 2012 Professional
  • Microsoft Windows SDK 7.1
The error message sound like "Visual Studio Enterprise 2015" is not supported.

댓글 수: 1

Visual Studio Enterprise 2015 contains everything Visual Studio Professional 2015 has.
my mistake was to check the c++ compiler in the visual studio installation -.-'' (bad mistake)

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기

질문:

2017년 5월 15일

댓글:

2017년 5월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by