How can I solve this issue : "Products require a supported compiler"?
Show older comments
Accepted Answer
More Answers (1)
Image Analyst
on 25 Oct 2021
0 votes
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.
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
