Mail Archives: djgpp/2002/10/30/02:23:12
On Wednesday 30 October 2002 01:32, Chris Reay wrote:
> Hi
>
> I'm a newbie, so please excuse my ignorance. I can't seem to get
> debugging info into my exe's, as this snippet shows:
>
> C:\Nensuite>gcc -Wall -g -o hello.exe hello.c
>
> C:\Nensuite>gdb hello.exe
> GNU gdb 4.18
> Copyright 1998 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and
> you are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB. Type "show warranty" for
> details.
> This GDB was configured as "i386-pc-msdosdjgpp"...
> (no debugging symbols found)...
>
> gcc and gdb come from www.delorie.com. Thanks for any help.
Try newer GDB. gdb-4.18 is very old. Currently later is 5.2.1
- Raw text -