An error when installing 'MATLAB Support for MinGW-w64 C/C++ Compiler'

23 次查看(过去 30 天)
When I was installing 'MATLAB Support for MinGW-w64 C/C++ Compiler', an ERROR always occurred in the step 'Downloading Third-Party Package'.
I would appreciate it if you can help.THANKS.

回答(1 个)

Wentao Du
Wentao Du 2018-3-8
The error may be caused by a network connection error. In some cases, a firewall or antivirus is blocking the connection.Try to deactivate any such software temporarily for the download.
Workaround is to install MinGW Compiler manually:
1. Delete the MinGW installation files from: C:\Users\<username>\MATLAB\Downloads\SupportPackages\R2016b\downloads\R2016b If you do not find the MinGW files continue from step 2.
2. Download the installation files from the following webpage:
You will need the file tdm64-gcc-4.9.2.exe for 64-bit.
3. Start the installation. Deactivate the option 'Check for updates' on the welcome screen. Choose a path without spaces, e.g.: C:\TDM-GCC-64
4. After the installation create the environment variable: MW_MINGW64_LOC=C:\TDM-GCC-64 This is described on the following page: http://www.mathworks.com/help/matlab/matlab_external/compiling-c-mex-files-with-mingw.html
5.Restart MATLAB and type below command in MATLAB command prompt:
>> mex -setup
This should now recognize the MinGW.
  3 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 安装和许可简介 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!