How can I solve this issue : "Products require a supported compiler"?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Risposta accettata
Cris LaPierre
il 24 Ott 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 Commenti
Più risposte (1)
Image Analyst
il 25 Ott 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.
0 Commenti
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!