Strange Coder error, compiler configured okay but detection failed

10 次查看(过去 30 天)
>> mex -setup
MEX configured to use 'Xcode with Clang' for C language compilation.
To choose a different language, select one from the following:
mex -setup C++
mex -setup FORTRAN
>> genc
------------------------------------------------------------------------
Error Report: Command "clangSetupFcn" threw an error: Unable to detect supported compiler. Install a supported compiler. For more information, see Supported and Compatible Compilers.
------------------------------------------------------------------------
Build error: C compiler produced errors. See the Build Log for further details.
More information
Code generation failed: View Error Report
Error using codegen
Error in genc (line 13)
codegen -config cfg ...
>>

回答(1 个)

David Fink
David Fink 2023-12-28
This error can occur if your version of Xcode is not supported, or Xcode is not fully installed or set up.
To check which versions of Xcode are supported, see:
Current release of MATLAB:
Previous releases of MATLAB:
If your version of Xcode is supported for your release of MATLAB and you still see this error, contact MathWorks Technical Support.

类别

Help CenterFile Exchange 中查找有关 MATLAB Algorithm Acceleration 的更多信息

标签

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by