Azzera filtri
Azzera filtri

how to compile old C file in 64-bit api

2 visualizzazioni (ultimi 30 giorni)
Nisha Mohd Rafiq
Nisha Mohd Rafiq il 17 Mag 2020
Commentato: Rashed Mohammed il 26 Mag 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

Risposte (1)

Rashed Mohammed
Rashed Mohammed il 20 Mag 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 Commenti
Nisha Mohd Rafiq
Nisha Mohd Rafiq il 20 Mag 2020
I have installed it, I still receive the same error...
Rashed Mohammed
Rashed Mohammed il 26 Mag 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.

Accedi per commentare.

Categorie

Scopri di più su Troubleshooting in MATLAB Compiler SDK in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by