Adding gdb to MinGW

前端 未结 6 1440
太阳男子
太阳男子 2020-12-03 16:58

I\'ve gone to http://sourceforge.net/project/showfiles.php?group_id=2435, downloaded the Automated MinGW Installer for MinGW 5.1.4 and at the same time the GNU Source-Level

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-03 17:32

    In a command prompt I browsed to C:\MinGW\bin and ran:

    mingw-get.exe install gdb
    

    That fixed it for me. Not sure if it matters but I have C:\MinGW\bin in my path (guess I probably didn't need to browse to C:\MinGW\bin).

提交回复
热议问题