How to Download and Install C Cpp Toolset ( gcc g++ gdb ) in Windows 11 using mingw-w64 and msys2

Поділитися
Вставка
  • Опубліковано 25 чер 2024
  • In this tutorial you will learn to download and install MinGW-w64 ( Minimalist GNU for Windows ) toolset ( ( gcc g++ gdb ) ) for developing C and Cpp programs on windows 10 or windows 11 computer using msys2 Software Distribution and Building Platform.
    Topics :
    00:00 Introduction and Downloading Msys2
    03:12 Installing Mysys2 Updating Packages
    07:35 Installing gcc and g++
    12:14 Installing gdb debugger
    16:00 Setting up Path Environment Variable
    18:48 Check gcc g+= and gdb version in cmd
    First we will download and install msys2.
    After that we use the series of commands to install packages and update system.
    Commands used :
    Update the package database and base packages using
    pacman -Syu
    Update rest of the base packages
    pacman -Su
    Now open up the Msys MinGW terminal
    To install gcc and g++ for C and C++
    For 64 bit
    pacman -S mingw-w64-x86_64-gcc
    For 32 bit
    pacman -S mingw-w64-i686-gcc
    To install the debugger ( gdb ) for C and C++
    For 64 bit
    pacman -S mingw-w64-x86_64-gdb
    For 32 bit
    pacman -S mingw-w64-i686-gdb
    To check
    gcc version : gcc --version
    g++ version : g++ --version
    gdb version : gdb --version
    After installing these programs, we need to set the Path environment variable.
    Our Website
    www.LearningLad.com
    Social Media
    Facebook / learninglad
    Twitter / learningladedu
    Instagram / learningladofficial

КОМЕНТАРІ • 2,8 тис.

  • @nukegundie
    @nukegundie 2 роки тому +628

    This tutorial is the most simple one I think I've ever followed! It's literally just a "do exactly what I do" thing, which is sometimes more helpful than other methods

  • @Spamdrew128
    @Spamdrew128 Рік тому +29

    I don't often comment on these types of videos but I must say that you are down to earth and get straight to the point, and I appreciate that greatly. I was able to easily follow your instructions with no issues whatsoever, and I really am thankful that you went the extra step of including the commands in the description. Thank you so much!

    • @heat7060
      @heat7060 Рік тому

      It's not safe to directly copy commands from the description box as they're outdated, you should do like him copy them from the terminal.

  • @defnotsumire
    @defnotsumire Рік тому +64

    I struggled for two hours (trying to figure things out) before watching this and your vs code setup videos. Your tutorials are very cohesive and straight to the point. Such a life saver! Many thanks!

  • @Iazytortuga
    @Iazytortuga Рік тому +8

    this was the most straight-forward, easy to follow tutorial i have found for this. the online course i signed up for wasn't as beginner friendly as it advertised itself to be, so they didn't walk through how to set everything up. finding your tutorial helped immensely. seriously, thank you so much!

  • @joeypencil5368
    @joeypencil5368 3 роки тому +266

    If any of you encounter the error "error: failed to prepare transaction (could not find database)" when executing "pacman -Su", just execute the command "pacman -Syy", then proceed with executing "pacman -Su".
    This tutorial is awesome! Definitely helped in setting up my programming environment for C++ in VS Code. I swear Indian tutorials in UA-cam are so underrated.

    • @timphilip8780
      @timphilip8780 3 роки тому +8

      This saved my ass. Thank you so much!

    • @bababillenial7861
      @bababillenial7861 3 роки тому +1

      thank you

    • @pourya111
      @pourya111 3 роки тому +5

      @PyroXbytZ PXZ admit you already forgot after two weeks

    • @6y428
      @6y428 3 роки тому +1

      I just typed in pacman -Sy and it worked
      like that's what the error told me to type in lol

    • @relaxingwithcomfort
      @relaxingwithcomfort 3 роки тому +3

      I couldn't agree with you any less, Indian UA-camrs are so underrated.
      And thank you for your input, pacman -Yss worked for me!

  • @AJ-et3vf
    @AJ-et3vf 2 роки тому +30

    Thank you so much for this incredibly helpful installation tutorial! This and your other video on setting up VS Code for C++ are instrumental for me finally running my first C++ program and opening the door for me to learn C++. Thank you so much!!!

  • @stewartaragon2324
    @stewartaragon2324 Рік тому +15

    I found this video after an hour of searching. As a newbie, this was one of the clearest and best paced videos on the topic of GCC. Well done!

  • @nicholasgrosskopf8906
    @nicholasgrosskopf8906 Рік тому +7

    Great tutorial. Clear, simple, easy to follow, and all information needed was included

  • @roshanforde8673
    @roshanforde8673 2 роки тому +13

    This video was probably the most helpful coding related tutorial I have every had. Thanks man!

  • @danielharrington5629
    @danielharrington5629 2 роки тому +3

    An amazing tutorial for downloading the compiler, ive been stuck looking at other guides for days and I am so thankful to have found this one! thank you

  • @alejandrodennis6023
    @alejandrodennis6023 2 роки тому +17

    this tutorial was simple, easy to follow, and super helpful! thank you so much!

  • @dmitryr9613
    @dmitryr9613 2 роки тому +88

    I'm eternally grateful to you for this video. Setting up C++ has been a pain, but I could follow every single step exactly in this video to set it up, finishing a process that would've otherwise taken hours in 30 minutes.

    • @LearningLad
      @LearningLad  2 роки тому +2

      glad my video helped you :)

    • @saumyahadani640
      @saumyahadani640 2 роки тому

      @@LearningLad 1 suggestion is, update the commands in the description box. The versions and the commands have changed a lot since 1 and half yr back. While not making a new video is fine, you can update the commands in the description of this video to reflect the new versions or make a comment and pin it here with the new commands.

    • @pantsu5531
      @pantsu5531 Рік тому

      @@saumyahadani640 /msys64/mingw64/bin/gdb.exe: error while loading shared libraries: libpython3.10.dll: cannot open shared object file: No such file or directory
      this error is coming while checking the gdb version

    • @papalo007
      @papalo007 Рік тому

      I couldn't relate more to you

  • @leonnitsch6508
    @leonnitsch6508 2 роки тому +115

    This is unbelievably helpful. I spent a whole afternoon frustrated at text and writing and documentation, i forgot how helpful videos can be. Subscribed, and will keep checking your channel for tutorials. Thank you so much

    • @LearningLad
      @LearningLad  2 роки тому +5

      pleasure
      keep learning :)

    • @vikasjha1204
      @vikasjha1204 2 роки тому +1

      I Can't agree more

    • @zoey2262
      @zoey2262 2 роки тому

      i got a similar error because i was getting less than 1 byte a second lmao

  • @j.f.l.774
    @j.f.l.774 2 роки тому +5

    The way you explain is pure gold!! Thank you for the time you saved me ❤

  • @olawuniemmanuel
    @olawuniemmanuel Рік тому

    This is the simplest video that addresses how to install mingw and setup your computer for c and c++ programming. Kudos to the instructor

  • @hiteshjadhav9419
    @hiteshjadhav9419 2 роки тому +4

    you are the only one who explained this on youtube very seamlessly THANKS ALOT !

  • @barrykinsey5098
    @barrykinsey5098 3 роки тому +30

    I got so discouraged when I first tried installing all of these packages but your tutorial helped out IMMENSELY! I can't wait to start coding once everything is finalized.

  • @Wafflebro
    @Wafflebro 2 роки тому +3

    Very good tutorial. Beginner friendly, and very step by step. Did not assume I had done any part of the setup already.

  • @skyward7903
    @skyward7903 Рік тому +2

    After two weeks of crying and tearing my hair, I finally know how to work stuff out! Thanks a lot man. This was so clear-cut and straightforward. Every tutorial should be like this.

  • @Sagardeep_Das
    @Sagardeep_Das 2 роки тому

    The entire tutorial was easy and concise to follow. Big thumbs up for your efforts LearningLad.

  • @demitv001
    @demitv001 3 роки тому +7

    The best tutorial on this site. For once a tutorial that actually works.

  • @reggiewherry5957
    @reggiewherry5957 2 роки тому +3

    This was the most painLESS process on adding a gcc. I love this tutorial. Very helpful!! Now all I have to do now is set up the Visual Studio. This time, I have a gcc ready to go.

  • @RPBiohazard
    @RPBiohazard 2 роки тому +2

    Great tutorial, thanks a lot! Also appreciate that you get us to check that it worked using the command prompt. Good stuff.

  • @jeannieestevez6483
    @jeannieestevez6483 2 роки тому +6

    I needed to do this for my Data Structures course in college and my professor gave no instruction of how to do this. I appreciate you making this video! Very easy to follow and so so so helpful, thank you!!!

  • @jaysonvillaruz9632
    @jaysonvillaruz9632 2 роки тому +5

    You're a breath of fresh air for us struggling with these

  • @wahyusonypratamamarpaung8048
    @wahyusonypratamamarpaung8048 3 роки тому +21

    not the teacher we deserve, but the teacher we need

  • @Karthik-vn7lv
    @Karthik-vn7lv 2 роки тому +1

    This tutorial is the most simple one I think I've ever followed! It's literally just a "do exactly what I do" thing, which is sometimes more helpful than other methods".

  • @azeemkhan3869
    @azeemkhan3869 2 роки тому

    This was so helpful! Will definitely come to your channel first for tutorials next time I need one!

  • @jatanyt1382
    @jatanyt1382 2 роки тому +4

    Thanks for this tutorial because I was having a hard time doing the mingw (default and old) installation process as some files were corrupted during the installation or were having errors and this was the best way of installing gcc so far.
    and also you got a SUB!:)

  • @dimitar.bogdanov
    @dimitar.bogdanov 3 роки тому +8

    You have my respect. This is a really nice tutorial, thank you.

  • @tim_phan
    @tim_phan 2 роки тому +3

    This video is just perfect. Simple instructions and coherent explanations. On point and detailed.
    It is a shame that I have not found this earlier.

  • @dostipos1
    @dostipos1 9 місяців тому +1

    Thank you so much for how comprehensive the tutorial was. Also, adding how to edit Path was a nice touch.

  • @Amichel97
    @Amichel97 3 роки тому +22

    This is literally the easiest tutorial video I've ever watched. Thank you!

  • @KittenLord69
    @KittenLord69 3 роки тому +8

    Thank you for this tutorial, it has helped me install this compiler and debugger for Atom. I was feeling a bit overwhelmed but you helped me get trough it. You're awesome

  • @max7w311
    @max7w311 Рік тому

    thank you for your help. I had no idea that would be that difficult. This is the first time I'm using C++ to get ready for a data structures and algorithms class!

  • @vikasjha1204
    @vikasjha1204 2 роки тому

    This video saved my life, worth watching every second of it. So lucid and brilliantly explained. Thank you so much. Virtual hugs.

  • @OT-oi8kl
    @OT-oi8kl 3 роки тому +5

    Dude, this video is amazing. Thank you so much sir 🙏🏽🙏🏽

  • @_DRACrY
    @_DRACrY 3 роки тому +3

    just 8 minutes into the vedio and already subscribed.REALLY GREAT CONTENT.

  • @constanzacolmancenturion8047
    @constanzacolmancenturion8047 Рік тому +1

    Perfect! Every time I need to install C in a different computer I come to this video. 😊❤

  • @techdudejosh
    @techdudejosh 2 роки тому +2

    This tutorial helped me a lot! I was searching this for a long time and I found your video! Thank You!

  • @Rotwold
    @Rotwold 3 роки тому +3

    My download and installation was done exactly when you mentioned some errors, not every day my internet is as fast as the tutorial maker :-) Awesome video, and thanks for the help!

    • @TtEL
      @TtEL 2 роки тому

      Most of the time, the tutorial maker speeds up the install footage.

  • @MuthafukinG
    @MuthafukinG Рік тому +3

    I was absent for the basic classes and I missed the installation. You are literally my hero.

  • @just_another_wandering_soul
    @just_another_wandering_soul 2 роки тому +1

    Simple as hell! Every point well explained! Highly recommended and Thank you !

  • @shaquillsonnychea6031
    @shaquillsonnychea6031 2 роки тому +1

    Thank you so much for the tutorial. As the other comments have mentioned this was extremely simple to follow.

  • @azeemahmad7116
    @azeemahmad7116 2 роки тому +467

    When Installing a code editor is more difficult than C or C++ XD

  • @mahadihassan9201
    @mahadihassan9201 3 роки тому +3

    You were so good man..very helpful. Clear sound and clear commands...thanks god bless you

  • @alepiga
    @alepiga 6 місяців тому +2

    Thank you so much for this tutorial man! I could not have used the C compiler without YOU ❤

  • @antonysajan1986
    @antonysajan1986 2 роки тому +3

    Thank you so much! I've been trying to install it for a few days but now I've succeeded and all thanks to you

  • @papalo007
    @papalo007 Рік тому +3

    Bro you're the only one who actually helped me tysm this was such an easy and simple to follow tutorial

  • @arronphillips1
    @arronphillips1 2 роки тому

    thanks so much I didn't know what g++ was until this video!

  • @paul_444
    @paul_444 Рік тому +1

    thank you so much for making this tutorial, had no trouble following the steps. Saved me tons of time...

  • @mohammedazharuddin2902
    @mohammedazharuddin2902 Рік тому +3

    Thank you. This is the best one compared to others. I was breaking my head over why my simple Hello World C program was taking 12 seconds instead of 0.5 or some point odd seconds. The problem was with GCC installations. I think mingw with Mysys2 is a good distribution platform or perhaps it was limited understanding with others.

  • @errorcookie2918
    @errorcookie2918 3 роки тому +23

    You really can explain things so good! It was easy to follow, you explain every single step where I could have made a mistake. Thank you!

  • @shreshthakamal158
    @shreshthakamal158 2 роки тому +1

    thanku so much after watching around 50 videos now I've been able to install MinGW through your video

  • @grabajusz5836
    @grabajusz5836 4 місяці тому +2

    I am thankful for your guide.
    Had a massive problem with my previous debugger and I wasn't able to get it fixed/changed. My C++ studies can finally continue.

    • @LearningLad
      @LearningLad  4 місяці тому

      I'm glad that my video helped you

  • @neelanshsharma8403
    @neelanshsharma8403 2 роки тому +4

    Thank you so much this was very informative and helpful tutorial. 😊 May your channel hit millions of subscribers. 😊🙏

  • @lanatrzczka
    @lanatrzczka 3 роки тому +9

    Thank you VERY MUCH for this tutorial! Everything worked perfectly. Now, I'm going to follow your vid on integrating Visual Studio Code. Really well done, man!

  • @cnzy293
    @cnzy293 Рік тому +1

    Thank you for the tutorial. It went well and I can now start programming in C++. Much thanks

  • @adityakumar-hm2ro
    @adityakumar-hm2ro Рік тому +1

    thankyou so much for making this video and helping me to solve the GCC problem..

  • @husler7424
    @husler7424 2 роки тому +3

    The best tutorial for installing G++ & GDB. You deserve the best explaining award, man! Thanks a lot:)

  • @toast_on_toast1270
    @toast_on_toast1270 2 роки тому +5

    Thanks for the tutorial! Heads up for windows 8 users, the path environment variable is displayed within a single 'value' field and you just have to paste in the path on the end separating it with a ';' from the others.

    • @LearningLad
      @LearningLad  2 роки тому

      Thank you for posting
      This will help many :)

    • @toast_on_toast1270
      @toast_on_toast1270 2 роки тому

      @@LearningLad happy to contribute in any way I can!

  • @liamlazier8536
    @liamlazier8536 2 роки тому +2

    Super helpful! Im not a super techy guy but this was very easy to follow. Exactly what I was looking for.

  • @kompallyabhinav2220
    @kompallyabhinav2220 2 роки тому +1

    The way you explained each and every step is next level 🔥

  • @jagjotsingh8125
    @jagjotsingh8125 2 роки тому +3

    Nicely explained...... You're the best, sir

  • @devilsofficialchannel1745
    @devilsofficialchannel1745 2 роки тому +4

    Thank you very much bro for this video it's very helpful for me 🙂

  • @samoosaplayz8759
    @samoosaplayz8759 2 роки тому +1

    I was able to understand and follow your steps easily! Nice explaining and a big thanks to you sir!

  • @abdulyassarmurtala4135
    @abdulyassarmurtala4135 2 роки тому

    Simply put and easy to follow, thank you.

  • @dhyanadave5409
    @dhyanadave5409 2 роки тому +3

    Thank you sir... Really helpful !!

  • @pedroafonso2114
    @pedroafonso2114 3 роки тому +12

    You're a god between humans bro, you saved my life ! Really, really great tutorial

    • @LearningLad
      @LearningLad  3 роки тому +6

      glad this video helped you.
      but don't compare anyone to god :)

    • @vasuyadav2931
      @vasuyadav2931 3 роки тому +3

      Yep, because people are real xD

  • @isam3l3
    @isam3l3 2 роки тому +1

    Thank you thank you thank you. I thought my system was just broken cuz nothing would work but following this till the end fixed it. Thanks!

  • @georgehughes9864
    @georgehughes9864 2 роки тому +1

    Excellent video, well paced and easy to follow. Thank you.

  • @Monish11-11
    @Monish11-11 3 роки тому +52

    while(1):
    print("Thank you🙏")

  • @joelisaacm
    @joelisaacm 3 роки тому +8

    Very helpful video. Super easy to follow, especially for beginners.
    Please note that if you are not able to edit the "path" under "system variables", edit the "path" under "User variables for _insert name_" instead. That worked for me. Thank you again, sir!

    • @LearningLad
      @LearningLad  3 роки тому +2

      Thank you for posting:)

    • @bayezidx
      @bayezidx 2 роки тому

      @@LearningLad can you please make a tutorial on how to edit the path?

    • @bayezidx
      @bayezidx 2 роки тому +4

      @@LearningLad It is showing 'bash: gcc: command not found' though I followed the exact same procedure as you

    • @moorrroo
      @moorrroo Рік тому

      helpful, thx

    • @ioneiroi8350
      @ioneiroi8350 10 місяців тому

      This also worked for me! To provide a little clarification because it took me a second, go to Environment Variables just as instructed in the video. Instead of clcking on "Path" under System variables at the bottom, look at the top in the area labeled "User variables for [insert name]". From there, click on the "Path" option and copy in the same thing the video instructs (or just make a new variable with that path as the value)

  • @GEORGIYALEKSANYAN
    @GEORGIYALEKSANYAN Рік тому +1

    A very nicely layed out tutorial. Thank you so much!

  • @gazzalifahim
    @gazzalifahim Рік тому +1

    Super helpful!!!
    Thanks, Mr. Anil!

  • @galact1co
    @galact1co 3 роки тому +11

    fastest sub i've ever given to a channel

  • @HelloWorld-fd6zc
    @HelloWorld-fd6zc 3 роки тому +5

    best one

  • @rafaelrodriguesdasilva2820
    @rafaelrodriguesdasilva2820 Рік тому

    Thanks a lot for this tutorial, Helped me so much!

  • @altay8832
    @altay8832 Рік тому +1

    Thank you bro! Instructions were so clear.

  • @cigsesgi
    @cigsesgi Рік тому +5

    I'm having trouble in the checking version step. I am getting an error like:
    -bash: gcc: command not found
    Any help?

    • @rezy7194
      @rezy7194 3 місяці тому

      me as well

  • @anushkasrivastava8814
    @anushkasrivastava8814 3 роки тому +5

    Thank you so much, sir... I was really very worried when I saw that the official site of MinGW was not working. But I got you..who explained each and every detail so nicely as to how we can install MinGW without their official site. THANK YOUU SO MUCH SIR...you saved me. And most important thing is that you updated your previous video of the installation of MinGW. 😊😊😊

  • @harshshende3043
    @harshshende3043 2 роки тому

    One Of The Easiest Installation Method And You Explained Very Nicely.

  • @ethankropp9480
    @ethankropp9480 2 роки тому +1

    Thank you so much! This was very straightforward and saved me so much time given that I'm new to programming

  • @danieleromeo9909
    @danieleromeo9909 2 роки тому +4

    at the end of the installation on terminal this is my error: failed to synchronize all databases (unable to lock database)
    whyy??

  • @cristopherperez5272
    @cristopherperez5272 2 роки тому +11

    on the very last part when checking if gcc --version is on the cmd i did the steps and it stills prompts out:'gcc' is not recognized as an internal or external command,
    operable program or batch file.

    • @LearningLad
      @LearningLad  2 роки тому

      If gcc is installed properly then make sure that you have set the path environment variable properly

    • @sushovitshah9083
      @sushovitshah9083 2 роки тому

      And how to do that...
      I am also stuck at gcc: command not found

    • @deceptivefacade7713
      @deceptivefacade7713 2 роки тому

      happened to me too, I just re install them again and it works

    • @sushovitshah9083
      @sushovitshah9083 2 роки тому

      My path file was wrong and when I corrected it the problem was solved.

    • @bayezidx
      @bayezidx 2 роки тому

      @@sushovitshah9083 how can I set the path?

  • @rahulgrewal3593
    @rahulgrewal3593 2 роки тому +1

    thank you for uploading such a descriptive video.

  • @tanishqbajaj4362
    @tanishqbajaj4362 3 роки тому +32

    I did exactly the same steps as done in the video but, at 11:50 when there was a command "gcc --version" used, it gave me an error, i.e., "bash: gcc: command not found", now what should I do to execute it successfully?

    • @sahibsingh1855
      @sahibsingh1855 3 роки тому +4

      use the command pacman -Syy first and then continue using pacman-Su

    • @Neiled_it6
      @Neiled_it6 3 роки тому

      same experience. How can it be fixed? Thank you.

    • @mr.cool0647
      @mr.cool0647 3 роки тому

      same for me

    • @mr.cool0647
      @mr.cool0647 3 роки тому +2

      @@sahibsingh1855 it is not working what to do

    • @r.e.keerthana
      @r.e.keerthana 3 роки тому +9

      I had the same problem but rewatched the segment to find out that this task and the further tasks following are performed in mys2 mingw 64 bit and not in mys2 mingw ucrt-64 bit ...(make sure the terminal which opens have the blue icon and not aneon one if you didn't get the above)..

  • @sshukla4338
    @sshukla4338 3 роки тому +3

    Sir, after installing this we will also have to install VS code for programing in C++ ?

  •  2 роки тому +2

    Worked like charm!!! no errors at all, Thank you very much!! :)

  • @puregold3935
    @puregold3935 Рік тому

    You have been a great help. Every step of the video worked. Very clear instructions and easy to follow. Thank you so much ! I can finally start practicing C 😁

  • @iramnishat416
    @iramnishat416 3 роки тому +11

    Sir I am unable to perform gcc --version and g++ --version.
    What should I do?

    • @vamsidharvendra1373
      @vamsidharvendra1373 3 роки тому

      how do u rectify the issue can u please tell

    • @ullasgrevi
      @ullasgrevi 3 роки тому

      Repeat the same command you typed before,
      "pacman -S mingw-w64-x86_64-gcc" For 64 bit OR
      "pacman -S mingw-w64-i686-gcc" For 32 bit,
      until there is nothing more to install (Stop when it shows "Net Upgrade Size: 0.00 MiB")
      Then resume the tutorial.

    • @daviddada7771
      @daviddada7771 3 роки тому

      @@ullasgrevi should i click yes, because this is the second time and doing this yet gcc is not still working :(

  • @theprettiestmistake2884
    @theprettiestmistake2884 Рік тому +5

    hey! this tutorial is really helpful but im having one problem, when entering gdb --version it is showing an error of not recognizing 'gdb' as an external or internal command, could you please help?

    • @jacobjarrell791
      @jacobjarrell791 Рік тому +2

      I have the same issue maybe there was an update that changed how you install gdb
      Edit: tried "pacman -S gdb" and it seemed to work

    • @LearningLad
      @LearningLad  Рік тому +1

      thanks for posting :)

    • @fatimatarar3367
      @fatimatarar3367 Рік тому

      I couldn't get gdp

  • @TuanAnhNguyen-en9bx
    @TuanAnhNguyen-en9bx 2 роки тому +1

    This was immensely useful. Thank you mate!

  • @brendancobb9414
    @brendancobb9414 2 роки тому +1

    this is one of the best tutorials I have ever followed.

  • @gopikap1769
    @gopikap1769 3 роки тому +5

    hello sir. When I try to view the version of gcc after editing the path its again shows the msg that "gcc is not recognized as a internal or external command..". what will i do?

    • @LearningLad
      @LearningLad  3 роки тому +5

      Close command prompt and reopen it
      If gcc is installed properly then check the path environment variable.

    • @gopikap1769
      @gopikap1769 3 роки тому +2

      @@LearningLad Thankuu sir now its done.

    • @sorenblocksdorf2352
      @sorenblocksdorf2352 3 роки тому +1

      @@LearningLad thanks you are the best

    • @LearningLad
      @LearningLad  3 роки тому

      Pleasure
      Keep learning :)

    • @motiontv3621
      @motiontv3621 3 роки тому

      @@LearningLad for gdb showing command not found

  • @valorantboostingservices845
    @valorantboostingservices845 3 роки тому +4

    bash: gcc command not found 11:45 sir plz help me

  • @oabdullae
    @oabdullae 11 місяців тому +1

    thanks so much for, thats the only video that solved my problem i've been searching the whole day

  • @123cornerstone321
    @123cornerstone321 5 місяців тому +1

    Thank you so much man I watched 5 videos to try and find an answer to my problem and you covered this so well that doing every step of your walkthrough solved everything. Seriously I can not thank you enough

    • @LearningLad
      @LearningLad  5 місяців тому

      Glad my video helped you:)

  • @lavamaster2863
    @lavamaster2863 3 роки тому +3

    Setting the new path doesn't change anything. The cms give the same message gcc is not recognized as a command. Visual studio does the same when I try to run code.

    • @nishanth6403
      @nishanth6403 3 роки тому

      yea exactly, idk what to do now

  • @thanasisgiannak5417
    @thanasisgiannak5417 8 місяців тому +3

    at $ gdb --version
    th terminal says -bash: gdb: command not found
    what can i do