How can I solve this issue : "Products require a supported compiler"?
4 ビュー (過去 30 日間)
古いコメントを表示
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (1 件)
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!