Filter löschen
Filter löschen

how to compile old C file in 64-bit api

2 Ansichten (letzte 30 Tage)
Nisha Mohd Rafiq
Nisha Mohd Rafiq am 17 Mai 2020
Kommentiert: Rashed Mohammed am 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

Antworten (1)

Rashed Mohammed
Rashed Mohammed am 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 Kommentare
Nisha Mohd Rafiq
Nisha Mohd Rafiq am 20 Mai 2020
I have installed it, I still receive the same error...
Rashed Mohammed
Rashed Mohammed am 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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Troubleshooting in MATLAB Compiler SDK finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by