MinGW-w64 – for 32 and 64 bit Windows, Using GCC with MinGW-w64 Installation Process in windows 10

MinGW-w64 for 32 and 64 bit Windows, Using GCC with MinGW-w64,Installation Process in windows 10,mingw-w64 download link,c compiler mingw-w64 install
MinGW-w64


Hello Developer, In This artical I teach you How to instsll  MinGW-w64 – for 32 and 64 bit Windows. The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems.

Using GCC with MinGW

In this tutorial, you configure visual studio code to apply the gcc c++ compiler (g++) and gdb debugger from mingw-w64 to create programs that run on windows.

After configuring vs code, you will compile and debug a easy (Hello World Program) in vs code. this educational does now not train you about gcc, gdb, mingw-w64, or the c++ language. for those topics, there are many correct resources available on the internet.

If you have any issues, experience free to file an problem for this educational inside the vs code Documentation repository.

How to install MinGW-w64 C Compiler :- 

Get the modern version of mingw-w64 via MSYS2, which affords updated local builds of gcc, mingw-w64, and other beneficial c++ tools and libraries. click right here to down load the MSYS2 installer. then follow the instructions on the MSYS2 internet site to put in mingw-w64.

Download mingw-w64

InsideCode:
Join our Telegram Channel and Discussion Group to get Daily Update’s and Idea’s

Following steps to Download and install :- 

  • Click to Download Button and wait some time then your file MinGW-w64 downloading start automatically.
  • Go to your PC Download folder
  • Choose file MinGW-w64 and click to run file
  • Then simply click next-next and install MinGW-w64
  • Go to your My Computer 
  • Opne C Drive  C: 
  • And open Program Files (x86)  C:Program Files (x86) 
  • And here is available your MinGW-w64 folder   C:Program Files (x86)mingw-w64 
  • Click to open mingw-w64 folder
  • Then click to open  C:Program Files (x86)mingw-w64i686-8.1.0-posix-dwarf-rt_v6-rev0 
  • And click this folder  C:Program Files (x86)mingw-w64i686-8.1.0-posix-dwarf-rt_v6- rev0mingw32 
  • And here is available your bin folder   C:Program Files (x86)mingw-w64i686-8.1.0-posix-dwarf-rt_v6-rev0mingw32bin 
  • And copy this path :-   C:Program Files (x86)mingw-w64i686-8.1.0-posix-dwarf-rt_v6-rev0mingw32bin
  • Then go to My Computer – This PC and click right and go properties 
  • And Click to  Advance system setting
  • And Click  Environment Variables.. 
  • Then you see   User variables for ……. 
  • And click  Path  option 
  • And click  Edit  
  • Edit Enviroment variable 
  • Click  New 
  • And Paste here path :- C:Program Files (x86)mingw-w64i686-8.1.0-posix-dwarf-rt_v6-rev0mingw32bin  
  • Then press Entet and click ok-ok-ok.

 Have a Nice Day 

Scroll to Top