User forums > Using Code::Blocks
Codeblock -> GDB
(1/1)
Hirogens:
Hi,
Can you help me.
Impossible to find a couple Codeblock/GDB who work.
--- Code: ---Cannot open file: ->->/cygdrive/c/cygwin/home/Kris/DEVELOPPEMENT/SHMCLIENT/main.c
--- End code ---
With CB build 8150 and GDB 6.8a-7.4.1
Or with others couples, others problemes...
Don't refer me to a link forum, I have read and test all.^^
My registry base is Ok. path Ok.
An I'm not alone with this problem.
I'm under Seven 64Bits.
I have test, GDB 6.8 to 7.4.1 with CB 10.05 to Build 8150.
B.Regards
ollydbg:
--- Quote from: Hirogens on July 26, 2012, 11:10:02 am ---Impossible to find a couple Codeblock/GDB who work.
--- Code: ---Cannot open file: ->->/cygdrive/c/cygwin/home/Kris/DEVELOPPEMENT/SHMCLIENT/main.c
--- End code ---
With CB build 8150 and GDB 6.8a-7.4.1
--- End quote ---
I believe that you are using cygwin gcc compiler, so the path in your app file have some prefix like "/cygdrive/c".
The actually path is:
--- Code: ---c:/cygwin/home/Kris/DEVELOPPEMENT/SHMCLIENT/main.c
--- End code ---
I mean: If you can convert the cygwin-style-path to the normal-windows-style-path shown above, then C::B can handle it. Or you can change some code in the debugger to do the file-name transferring.
xiaobing:
hi, did you solve the problem, I met the same trouble
Navigation
[0] Message Index
Go to full version