delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2002/06/01/14:30:17.1

From: "deckerben" <deckerben AT freenet DOT de>
Newsgroups: comp.os.msdos.djgpp
References: <3cf8be28$0$8330$9b622d9e AT news DOT freenet DOT de> <6436-Sat01Jun2002164414+0300-eliz AT is DOT elta DOT co DOT il>
Subject: Re: "line number overflow"
Date: Sat, 1 Jun 2002 20:23:34 +0200
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Lines: 21
Message-ID: <3cf910c1$0$23731$9b622d9e@news.freenet.de>
NNTP-Posting-Host: 213.6.60.172
X-Trace: 1022955714 news.freenet.de 23731 213.6.60.172
X-Complaints-To: abuse AT freenet DOT de
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

> > warning: .text: line number overflow: 0x194f9 > 0xffff


> In general, you can disregard this warning.  It means that the number
> of source lines for which the linker needs to put debug info into the
> executable is more than the COFF debug info format allows (whcih is
> 64K lines total).  What the linker does is omit the debug info for
> the lines beyond the first 64K.
>
> This only affects debugging, it has no effect on the produced code.
>
> To be able to debug such large programs, compile with -gstabs+ or -ggdb3
> instead of a mere -g.  This requests stabs or DWARF2 debug info
> format, which isn't limited to 64K lines in a program.


Thanks Eli. That was the answer.

Ben


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019