About 50 results
Open links in new tab
  1. Setting up the command gdb on windows - Stack Overflow

    Sep 19, 2014 · I am using minGW32 command prompt, and I can compile and run my c codes as needed, however I recently installed gdb debugger (for debugging my programms), and it is bit …

  2. Adding gdb to MinGW - Stack Overflow

    Nov 7, 2014 · $ gdb --version Hint: if you did not find gdb installed, simply open the cygwin or mingw package installer and make sure you already check gdb Hint: getting and installing a debug build of …

  3. How to install GCC and GDB for WSL(windows subsytem for linux)?

    Jun 6, 2020 · How to install GCC and GDB for WSL (windows subsytem for linux)? Asked 5 years, 7 months ago Modified 1 year ago Viewed 100k times

  4. Installing MinGW's gdb.exe for Code Blocks - Stack Overflow

    Understandably this means there isn't a debugger program so I have to download one. I tried to find the gdb.exe for MinGW but I can't find it at all. I just end up with the MinGW's Installation Manager and …

  5. "bash: gcc: command not found" -- Error while installing GCC, GDB and ...

    Mar 1, 2023 · I'm using that instruction to install MinGW, but face a problem on checking versions. The error that occuries after $ gcc --version looks like bash: gcc: command not ...

  6. c++ - Installing gcc and gdb via pacman Msys - Stack Overflow

    May 11, 2023 · I was installing gcc and gdb in my windows 64bit env but I face a network issue, then when I tried to run "pacman -S mingw-w64-x86_64-gdb" or "pacman -Syu" it shows : screenshot

  7. windows - MSYS2 - mingw64 Installing a package - Stack Overflow

    Jan 13, 2024 · I followed the documentation online, and i wanted to install the following packages: pacman -S mingw-w64-gcc-ada mingw-w64-gprbuild mingw-w64-gdb (refer to ADA & SPARK …

  8. Installing the latest version of mingw-w64 on Windows

    Apr 29, 2020 · I am desperately trying to install the latest version of mingw-w64 to get acess to gcc 10 on windows 10. I used the online installer for mingw-w64 in the past, but it is still stuck in 2018 on 8.1...

  9. C++ Why is MSYS2 MINGW UCRT x64 gdb command not found

    Jan 24, 2023 · So I tried to check Mingw-w64 tools are correctly installed and gcc, g++ were correctly installed but gdb wasn't. I'm planning to usE Visual studio code in windows 10.

  10. gdb not found when setting up Mingw-64w in VSCode

    Sep 25, 2022 · I would like to add some details for newbies like me: if your gcc and g++ version work properly but gdb not - write "pacman -S mingw-w64-x86_64-gdb" in msys2 ucrt64, it should …