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

1 vue (au cours des 30 derniers jours)
Si-Baek Seong
Si-Baek Seong le 19 Déc 2017
Commenté : Linda Procell le 7 Juin 2019
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...

Réponse acceptée

Si-Baek Seong
Si-Baek Seong le 19 Déc 2017
Modifié(e) : Walter Roberson le 19 Déc 2017
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 commentaire
Linda Procell
Linda Procell le 7 Juin 2019
Can you provide a bit more context? I am also having this issue

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur C MEX 파일 응용 프로그램 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!