Front end developers must read! Starting from scratch, teach you to build a low code website platform in stages>>>
Question 1: cc1.exe: sorry, unimplemented: 64 bit mode not compiled in
Reference: https://www.cnblogs.com/lesroad/p/10714367.html , indicating that MinGW needs to install 64 bit
Reference: https://www.cnblogs.com/ggg-327931457/p/9694516.html , download and install MinGW 64, what does each option mean when installing?This blog is very clear
Problem 2: error res is reported when installing mingw-w64-install.exe
Baidu found this problem in mingw-w64 download source bugs (address: https://sourceforge.net/p/mingw-w64/bugs/413/ ), the frequency is very high, patiently look at one by one, and finally see a solution:
Link to https://sourceforge.net/p/mingw-w64/mailman/message/32967954/ It is found that the GCC version is 4.9.1, not according to the default maximum version (8.1.0)
Therefore, the version 4.9.1 is selected for installation. Try the following:
Sure enough, the installation was successful
Configure environment variables, GCC – V test:
Then execute the go command to run perfectly~
Source of the original text: https://www.cnblogs.com/NolaLi/p/10761843.html
Similar Posts:
- Installing mingw64 and msys2 in win10
- [Solved] cc1plus.exe: out of memory allocating bytes
- [Solved] Go Gcc Compilation Error: gcc.exe fatal error no input files compilation terminated
- [Solved] ./configure error: pr command not found
- Python error: Unable to find vcvarsall.bat [How to Solve]
- CMake: How to Complie Log4cplus
- Missing libiconv-2.dll solution and unable to locate input point libiconv-2.dll to DLL
- Python PIP installs scrapy with an error of twisted
- Unzip decompression failed (cannot find zipfile directory)
- linux Generated when decompressing .tar.gz files gzip: stdin: not in gzip format tar: /Child returned status 1 tar: Error is no…