In this video you will learn how to install GCC and GDB Compliers for C and C++ in Windows 10/11.
MinGW Site :-
https://www.mingw-w64.org/
MSYS2 Site :-
https://www.msys2.org/
Commands :-
pacman -Syu
pacman -Su
pacman -Ss gcc
pacman -S mingw-w64-x86_64-gcc (For 64-bit)
pacman -S mingw-w64-i686-gcc (For 32-bit)
clear
gcc --version
g++ --version
pacman -Ss gdb
pacman -S mingw-w64-x86_64-gdb (For 64-bit)
pacman -S mingw-w64-i686-gdb (For 32-bit)
clear
gdb --version
clear
VS Code Setup for C/C++ :-
https://youtu.be/F5J0nCkvHKM
VS Code Installation :-
https://youtu.be/yVC2J4ZQ_Kg
Let’s connect online :-
Instagram: https://www.instagram.com/hardikgehlot29
Twitter: https://twitter.com/HardikGehlot29
Pinterest: https://www.pinterest.com/HardikGehlot29
Facebook: https://www.facebook.com/HardikGehlot29
My gear :-
️ Microphone: https://amzn.to/3WXvfwd
Laptop: https://amzn.to/40nNvSs
⌨️ Mouse and Keyboard: https://amzn.to/3jqht7q
Windows 10/11 Pro Lifetime License: https://amzn.to/3RrfBrB
⏱️⏱️VIDEO CHAPTERS⏱️⏱️
0:00 Intro
0:14 Downloading and Installing MSYS2
1:00 Installing GCC
3:22 Installing GDB
5:02 Setting Environment Variables
5:54 Outro
Please leave a LIKE ❤️ and SUBSCRIBE For More Videos Like This!
#msys2 #gcc #gdb
MinGW Site :-
https://www.mingw-w64.org/
MSYS2 Site :-
https://www.msys2.org/
Commands :-
pacman -Syu
pacman -Su
pacman -Ss gcc
pacman -S mingw-w64-x86_64-gcc (For 64-bit)
pacman -S mingw-w64-i686-gcc (For 32-bit)
clear
gcc --version
g++ --version
pacman -Ss gdb
pacman -S mingw-w64-x86_64-gdb (For 64-bit)
pacman -S mingw-w64-i686-gdb (For 32-bit)
clear
gdb --version
clear
VS Code Setup for C/C++ :-
https://youtu.be/F5J0nCkvHKM
VS Code Installation :-
https://youtu.be/yVC2J4ZQ_Kg
Let’s connect online :-
Instagram: https://www.instagram.com/hardikgehlot29
Twitter: https://twitter.com/HardikGehlot29
Pinterest: https://www.pinterest.com/HardikGehlot29
Facebook: https://www.facebook.com/HardikGehlot29
My gear :-
️ Microphone: https://amzn.to/3WXvfwd
Laptop: https://amzn.to/40nNvSs
⌨️ Mouse and Keyboard: https://amzn.to/3jqht7q
Windows 10/11 Pro Lifetime License: https://amzn.to/3RrfBrB
⏱️⏱️VIDEO CHAPTERS⏱️⏱️
0:00 Intro
0:14 Downloading and Installing MSYS2
1:00 Installing GCC
3:22 Installing GDB
5:02 Setting Environment Variables
5:54 Outro
Please leave a LIKE ❤️ and SUBSCRIBE For More Videos Like This!
#msys2 #gcc #gdb
Category
📚
Learning