- Supported compilers for latest release - https://www.mathworks.com/support/requirements/supported-compilers.html
- Supported compilers for previous releases - https://www.mathworks.com/support/requirements/previous-releases.html
Error: Generated code from your project uses OpenCV and requires that you use a supported C++ compiler. Use 'mex -setup' to select a supported C++ compiler.
    조회 수: 9 (최근 30일)
  
       이전 댓글 표시
    
I am currently encountering an issue while generating code from my Simulink project. The error message I am receiving is as follows:
"Generated code from your project uses OpenCV and requires that you use a supported C++ compiler. Use 'mex -setup' to select a supported C++ compiler."
I have followed the suggested steps by running the command mex -setup C++ and have ensured that a supported C++ compiler is selected. Additionally, I have installed OpenCV as per the requirements. Despite these efforts, I am still facing the same error when attempting to generate code

댓글 수: 0
답변 (2개)
  Shivam Lahoti
      
 2024년 11월 11일
        Hello,
I understand you're facing an issue with generating code from your Simulink project, and the error message indicates the need for a supported C++ compiler.
I’ve included two links below that list the supported compilers for various MATLAB versions. Please refer to them to ensure that your current C++ compiler is compatible with your specific version of MATLAB:
I hope this helps to resolve the issue.
Regards,
Shivam.
댓글 수: 3
  Walter Roberson
      
      
 2024년 11월 11일
        For Windows, you need Microsoft®  Visual Studio® 2015 or later (Professional or Community editions) 
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


