I know this is an old issue but it did happen to me again.
My system: Win 7 64x, Codelite 9.2, Mingw-w64, https://sourceforge.net/projects/mingw-w64/
fail to locate gdb, win 7, mingw-w64
-
- CodeLite Curious
- Posts: 5
- Joined: Tue Jul 28, 2015 7:45 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
fail to locate gdb, win 7, mingw-w64
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: fail to locate gdb, win 7, mingw-w64
1. Does this file exist?
2. Try installing your MinGW in a directory **without spaces** in its path
Eran
2. Try installing your MinGW in a directory **without spaces** in its path
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 5
- Joined: Tue Jul 28, 2015 7:45 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: fail to locate gdb, win 7, mingw-w64
1. Yes. My codeblocks uses the same compiler and it works quite fine.eranif wrote:1. Does this file exist?
2. Try installing your MinGW in a directory **without spaces** in its path
Eran
2. Does codelite have some issues to support path with space? But I Do see it contains quote in path, which means it is supposed to support white space. I does not ask codelite to support multi languages(like Chinese, Korea) in path. But please do support white space at least. Thank you.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: fail to locate gdb, win 7, mingw-w64
Usually is works, this sounds like a bug to meemitlustful wrote:Does codelite have some issues to support path with space?
Eran
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: fail to locate gdb, win 7, mingw-w64
This should be fixed now
I am releasing a weekly build today (you caught me in the middle of the builds...)
So I added this fix to the build - it should be available in the coming hours (you will get a notification from CodeLite once you restart it)
Eran
I am releasing a weekly build today (you caught me in the middle of the builds...)
So I added this fix to the build - it should be available in the coming hours (you will get a notification from CodeLite once you restart it)
Eran
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: fail to locate gdb, win 7, mingw-w64
A weekly release was released - From within CodeLite: Help->Check for update
Eran
Eran
Make sure you have read the HOW TO POST thread