How can I solve this issue : "Products require a supported compiler"?
    조회 수: 2 (최근 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에서 Startup and Shutdown에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



