问题描述
我正在尝试使用Codelite来尝试编译一些使用DevCpp编写的c ++项目。
我没有很多关于编译器和调试器的知识..每次我尝试编译和调试Codelite的任何代码,我一直得到这个错误说:
I'm trying using Codelite to try and compile some c++ projects that I wrote using DevCpp.I don't have a lot of knowledge about compilers and debuggers.. and every time I try to compile and debug any code in Codelite, I keep getting this error saying:
无法找到gdb!在'gdb'
Failed to locate gdb! at 'gdb'
我试图搞砸调试器设置,但没有什么可以工作。在构建窗口中,它表示:
I tried messing around with the debugger settings but nothing would work. In the build window it says:
mingw32-make.exe无法识别为内部或外部命令,可操作的程序或批处理文件。
"mingw32-make.exe" is not recognized as an internal or external command, operable program or batch file.
,我真的不知道这是什么意思。有人可以分享这个问题的修复,如果可能,请给我一个关于这些编译器和调试器之间的区别的快速解释。
again, I don't really know what that means. Could someone care to share a fix to this issue and if possible, give me a quick explanation on the difference between these compilers and debuggers?
谢谢!
推荐答案
我想出了什么是错的..我没有安装完整的包。我只安装了IDE代码文件,但没有安装调试器文件。
I figured out what was wrong.. I did not install the complete package. I only installed the IDE codelite but not the debugger files
,dl整个调试器/编译器/ ide / etc的包:codelite-3.5.5377-mingw4.6.1-wx2.9.2.exe
in this link, dl the package: codelite-3.5.5377-mingw4.6.1-wx2.9.2.exe
..至少我做了:)
这篇关于Codelite调试器错误:无法找到gdb!在'gdb'?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!