It's alright, thank you for the support. I really appreciate it.
I guess I'll have to try other IDEs.
It's alright, thank you for the support. I really appreciate it.
Thanks! I appreciate it.gh_origin1 wrote: ↑Mon Dec 14, 2020 6:52 pm I found this IDE: https://gitlab.com/cppit/jucipp
Simple but works.
Hi,
I thought I'd chime in late as I've only just come across this thread (I have just signed up), in case this helps someone else out...
I have CodeLite 16 installed on Windows 10 along with minGW-W64, and I came across the very same issue. Even though running gdb from a command window works, Codelite finds the compiler and winres.exe just fine but will not find gdb, even though it resides in the same directory!
In the end I wondered if the space in the path I had might be causing the issue. So, because I knew that the \bin directory was already set-up in my path environment variable, I changed the setting in Build Settings for gdb to "gdb.exe" (not including the full path, which has a space in it). This caused it to work just fine.
Given that Codelite can find all of the other parts of the toolchain just fine from the very same location but NOT gdb.exe, I think that this is likely to be caused by a bug in Codelite (probably only affecting Windows builds). However the above workaround works well for me
Regards,
Toon.