how to compile old C file in 64-bit api

1 vue (au cours des 30 derniers jours)
Nisha Mohd Rafiq
Nisha Mohd Rafiq le 17 Mai 2020
Commenté : Rashed Mohammed le 26 Mai 2020
I receive this error when compiling C file in Matlab:
Building with 'Xcode with Clang'.
Error using mex
xcodebuild: error: SDK "macosx10.15.4" cannot be located.
xcrun: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
-sdk macosx10.15.4 -find clang 2> /dev/null' failed with exit code 16384: (null)
(errno=No such file or directory)
xcrun: error: unable to find utility "clang", not a developer tool or in PATH

Réponses (1)

Rashed Mohammed
Rashed Mohammed le 20 Mai 2020
Hi Nisha,
It seems like you do not have Xcode Command Line Tools installed which is necessary to have clang, macOS SDK and other toolchain related commands to be used. Please follow the official Apple Documentation or the link provided by Walter to install them. Later you can use the below link, if you have issues with 64bit API
Hope this helps!
  2 commentaires
Nisha Mohd Rafiq
Nisha Mohd Rafiq le 20 Mai 2020
I have installed it, I still receive the same error...
Rashed Mohammed
Rashed Mohammed le 26 Mai 2020
Hi Nisha,
There is a bug report reported regarding this issue https://www.mathworks.com/support/bugreports/details/2208336. Can you try the Workaround mentioned and see if it solves the issue.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Troubleshooting in MATLAB Compiler SDK 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!

Translated by