Failed to download the third-party software: MinGW 6.3.0 from MinGW-w64.org
40 次查看(过去 30 天)
显示 更早的评论
I am trying to download this third party software for MATLAB R2020b but the installation keeps failing at the second step (the part where its downloading the third party package).
I have tried reinstalling MATLAB multiple times but the error kept persisting.
My log file is attached below:
0 个评论
采纳的回答
Manish Mahalwal
2021-1-18
Hi,
Please try the following steps to resolve this issue.
1. Download MinGW 6.3:
2. Extract the ZIP-file in an empty directory. Ensure that there are no spaces in the path, for example: C:\MinGW-64
3. Please create the environment variable MW_MINGW64_LOC like you can find here: http://www.mathworks.com/matlabcentral/answers/223482), which points to the path mentioned in 2, for example:
MW_MINGW64_LOC=C:\MinGW-64
4. Please restart MATLAB and then call 'mex -setup' in MATLAB in order to check and configure MinGW. The output should show something like: "MEX configured to use 'MinGW64 Compiler (C)'...".
Hope this helps.
3 个评论
鸣星 郭
2022-7-15
>> mex -setup
错误使用 mex
找不到支持的编译器。您可以安装免费提供的 MinGW-w64 C/C++ 编译器;请参阅安装 MinGW-w64 编译器。有关更多选项,请访问
https://www.mathworks.com/support/compilers。
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!