Strange Coder error, compiler configured okay but detection failed
14 次查看(过去 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 ...
>>
0 个评论
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Troubleshooting in MATLAB Compiler SDK 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!