Error using mex 'No supported compiler was found' on Mac.

38 vues (au cours des 30 derniers jours)
Hannah West
Hannah West le 8 Juil 2019
I am trying to run a c++ program in Matlab. To do this I am using mex. I have a mac.
I was trying to get my c++ files to run but that wasn't working so to begin with I have been trying to use this example provided by MATLAB: https://uk.mathworks.com/help/matlab/matlab_external/build-an-executable-mex-file.html
Each time I run the command 'mex timestwo.c' I recieve the same error as when I was trying to get my own programme to run. The error says:
'Warning: Xcode is installed, but its license has not been accepted. Run Xcode and accept its license agreement.
Error using mex
No supported compiler was found. For options, visit https://www.mathworks.com/support/compilers.'
This seems to be a very common problem and I have looked through all the guidance I can find but I am still recieving the same error. I have xcode 10.x and MATLAB 2019a and I have accepted the Xcode licence.
Thank you in advance
  2 commentaires
Jan
Jan le 8 Juil 2019
Matlab needs a installed compiler for the compilations. Did you install XCode? If so, which version? What is the output of:
mex -setup
?
Hannah West
Hannah West le 9 Juil 2019
Thanks Jan for the quick response. I am using Xcode Version 10.2.1 (10E1001). The output of 'mex -setup' is the same error I was receiving before.
'Warning: Xcode is installed, but its license has not been accepted. Run Xcode and accept its license agreement.
Error using mex
No supported compiler was found. For options, visit https://www.mathworks.com/support/compilers.'
But I have installed xcode and I have accepted the license.
Thanks
Hannah

Connectez-vous pour commenter.

Réponses (1)

Jan
Jan le 9 Juil 2019
Modifié(e) : Jan le 9 Juil 2019
Posting the error message offers new insights. Did you try this already - in a command shell of the operating system:
sudo xcodebuild -license accept
  5 commentaires
Richard DeFazio
Richard DeFazio le 1 Juil 2021
Combining these two worked for me. Typing Hannah's second comment:
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
followed by Jan's comment:
sudo xcodebuild -license accept
PAUL SERNA TORRE
PAUL SERNA TORRE le 27 Nov 2023
After installing XCode from the App store, I ran the two lines that Richard typed. Then the accelerator and rapid accelerator are running now. I am using Matlab 2023b and my mac version is Ventura 13.5.1.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by