Unable to install minGW-w64 in Matlab2021b
조회 수: 5 (최근 30일)
이전 댓글 표시
i am using the floating license from my company, so i am unable to install the minGW-w64 addON. Can you please suggest on this.
댓글 수: 0
채택된 답변
Jatin
2024년 9월 16일
If you're having trouble downloading MinGW-w64 through the MATLAB add-on manager, you can try downloading MinGW directly instead. Just make sure to download the correct version of MinGW for your version of MATLAB. You can refer to this MATLAB Answers post for guidance on the appropriate MinGW-w64 version for your MATLAB release:
Kindly refer the following steps to download minGW directly instead of add-ons:
1. Download MinGW-w64 version 6.3 for R2018b and later:
2.Extract the downloaded zip folder into an empty directory, and then create an environment variable with the MinGW path. For setting the 'MW_MINGW64_LOC' environment variable, refer to Step 2 in the above MATLAB Answers post.
3. Now restart MATLAB and call 'mex -setup' to configure minGW.
Refer to following MATLAB Answer posts for more details:
Hope it helps!
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!