MEX can't find compiler for Matlab2017b MAC OS High Sierra

조회 수: 1 (최근 30일)
Primerose
Primerose 2018년 2월 19일
답변: Christof Böhm 2018년 4월 30일
I have recently updated my MAC to High Sierra 10.13.3, I am using Matlab 2017b and have downloaded Xcode (version 9.3-beta2) from the MAC developer. I am also having an error when running MEX in matlab: "No supported compiler or SDK was found. For options, visit https://www.mathworks.com/support/compilers"
I looked into the clang_maci64.xml and clang++_maci64.xml files and I the ISYSROOT and SDKVER did only included one line: ' name="xcrun -sdk macosx --show-sdk-path"/'
I changed those two files to try add the path to my SDKs as is been suggested elsewhere using the lines below, but I still have the same problem. Can anyone help?
< dirExists name="$$/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk" />
< cmdReturns name="find $$ -name MacOSX10.13.sdk" />

답변 (1개)

Christof Böhm
Christof Böhm 2018년 4월 30일
Did you find a solution? I've the same problem at the moment

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by