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

조회 수: 3 (최근 30일)
Zainab Riyadh
Zainab Riyadh 2021년 10월 24일
댓글: Cris LaPierre 2021년 10월 25일

채택된 답변

Cris LaPierre
Cris LaPierre 2021년 10월 24일
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
Zainab Riyadh
Zainab Riyadh 2021년 10월 25일
Yes it starts working. But I was confused when I saw the shortcut.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Image Analyst
Image Analyst 2021년 10월 25일
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.

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by