From: mrchameleon AT hotmail DOT com (Chris Reay) Newsgroups: comp.os.msdos.djgpp Subject: Re: gcc -g, but no debugging info? Date: 30 Oct 2002 19:59:44 -0800 Organization: http://groups.google.com/ Lines: 17 Message-ID: <7652139e.0210301959.5db4245f@posting.google.com> References: NNTP-Posting-Host: 211.28.96.9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1036036784 21059 127.0.0.1 (31 Oct 2002 03:59:44 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 31 Oct 2002 03:59:44 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote in message news:... > On 29 Oct 2002, Chris Reay wrote: > > > 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: > > > > This GDB was configured as "i386-pc-msdosdjgpp"... > > (no debugging symbols found)... > > GDB 4.18 doesn't support the debug info format used by the latest GCC. > Upgrade to the latest GDB 5.2.1, and things will begin to work. Thank you all for helping me. Yours Chris