Author Topic: gdb not finding the file.  (Read 4574 times)

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
gdb not finding the file.
« on: April 26, 2006, 03:43:50 am »
C::B Version: Version 1.0 revision 2079 (gcc 3.4.5 Windows/unicode, build: Feb 25 2006 17:23:34)

   I know it's old, but I haven't had time to update.  Anyways, GDB is not finding the file.  The file is where it is supposed to be locate & where it says it is located.  Here is the message:

Error:

Debugger name and version: GNU gdb 5.2.1
No source file named C:/development/projects/test/call_traits/main.cpp.
Program exited with code 03.
Debugger finished with status 0

Any ideas?
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

sethjackson

  • Guest
Re: gdb not finding the file.
« Reply #1 on: April 26, 2006, 03:45:35 am »
Debugger name and version: GNU gdb 5.2.1

Yup. I think you need a new GDB. I believe that 6.3 is the only one supported....

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Re: gdb not finding the file.
« Reply #2 on: April 26, 2006, 03:52:38 am »
Where do I get it?  Mingw only has gdb 5.2.1 on the download page.  How come 6.3 is the only one supported?
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Re: gdb not finding the file.
« Reply #3 on: April 26, 2006, 03:58:29 am »
Nevermind I found it.  I didn't think to look at the bottom of the page for the most recent snapshot.
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.