But when I try to debug (gdb 6.8-3) it starts ok but then presents errors:
Code: Select all
Debug session started successfully!
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
set new-console on
Debuggee process ID: 4484
set unwindonsignal on
set width 0
set height 0
Continuing...
[New thread 4484.0x490]
Error: dll starting at 0x76ec0000 not found.
Error: dll starting at 0x76db0000 not found.
Error: dll starting at 0x76ec0000 not found.
Error: dll starting at 0x77290000 not found.
Program exited normally.
Debug session ended
As anyone had this problem before? I really can't see what is the problem. I've added the mingw\bin folder to the PATH in environment variables, and the gdb.exe path in the debugger settings. I'm sure it's probably something simple, like some file out of the place or some path badly specified but I can't seem to solve this.