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

10 visualizaciones (últimos 30 días)

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 24 de Oct. de 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 comentarios
Zainab Riyadh
Zainab Riyadh el 25 de Oct. de 2021
Yes it starts working. But I was confused when I saw the shortcut.

Iniciar sesión para comentar.

Más respuestas (1)

Image Analyst
Image Analyst el 25 de Oct. de 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.

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by