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:
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" 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?
Thank you!