How can I solve this issue : "Products require a supported compiler"?

2 vues (au cours des 30 derniers jours)
Zainab Riyadh
Zainab Riyadh le 24 Oct 2021
Commenté : Cris LaPierre le 25 Oct 2021

Réponse acceptée

Cris LaPierre
Cris LaPierre le 24 Oct 2021
No issue unless you want to create standalone applications. If you do but don't have a preferred compiler, you can install MinGW from the Add-ons explorer.
  8 commentaires
Zainab Riyadh
Zainab Riyadh le 25 Oct 2021
Yes it starts working. But I was confused when I saw the shortcut.
Cris LaPierre
Cris LaPierre le 25 Oct 2021
Glad to hear.

Connectez-vous pour commenter.

Plus de réponses (1)

Image Analyst
Image Analyst le 25 Oct 2021
Most likely you can ignore it. It's a notification, not an error. I have Microsoft Visual Studio compiler on my computer and I still get that. Yet I can still compile code with the mcc function. Type this and what do you see?
>> mcc -?
Try to compile something
>> mcc -m yourapp.m
and see if it works or not.

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by