필터 지우기
필터 지우기

After update Mac OS to high sierra, Mex function doesn't work...

조회 수: 2 (최근 30일)
Si-Baek Seong
Si-Baek Seong 2017년 12월 19일
댓글: Linda Procell 2019년 6월 7일
I have used new Macbook Pro (late 2016) with Sierra OS. Mex function was good. but when os was updated to High Sierra, it doesn't work
_"Error using mex No supported compiler or SDK was found. For options, visit http://www.mathworks.com/support/compilers/R2016a/maci64.html."_
help me...

채택된 답변

Si-Baek Seong
Si-Baek Seong 2017년 12월 19일
편집: Walter Roberson 2017년 12월 19일
Open "clang_maci64.xml" and "clang++_maci64.xml"
add mac version
<dirExists name="$$/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" />
<dirExists name="$$/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk" />
<dirExists name="$$/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk" />
<dirExists name="$$/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk" />
<cmdReturns name="find $$ -name MacOSX10.9.sdk" />
<cmdReturns name="find $$ -name MacOSX10.10.sdk" />
<cmdReturns name="find $$ -name MacOSX10.11.sdk" />
<cmdReturns name="find $$ -name MacOSX10.13.sdk" />
  댓글 수: 1
Linda Procell
Linda Procell 2019년 6월 7일
Can you provide a bit more context? I am also having this issue

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!