Strange Coder error, compiler configured okay but detection failed

16 vues (au cours des 30 derniers jours)
Compl
Compl le 27 Déc 2023
>> 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 ...
>>

Réponses (1)

David Fink
David Fink le 28 Déc 2023
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.

Catégories

En savoir plus sur MATLAB Algorithm Acceleration dans Help Center et File Exchange

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by