ftp.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2011/12/28/15:45:19

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= <HBBroeker AT t-online DOT de>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: problem with AS from binutils 2.21.1
Date: Wed, 28 Dec 2011 21:39:23 +0100
Lines: 14
Message-ID: <9m1d3rFcctU1@mid.dfncis.de>
References: <8a32880d-526c-40ac-a9bb-e88fce4ee2aa AT z25g2000vbs DOT googlegroups DOT com> <21258842-845d-4b87-9c29-52d0528e2ca0 AT dp8g2000vbb DOT googlegroups DOT com>
Mime-Version: 1.0
X-Trace: news.dfncis.de irQ7S670mVF5EDGa/BsT0wZFWeK8g7+U1taQaKkgGbigTKwIf8ruydcTl9
Cancel-Lock: sha1:uFjeRHBs9Z4uCULFs/ovjTzId7M=
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20111105 Thunderbird/8.0
In-Reply-To: <21258842-845d-4b87-9c29-52d0528e2ca0@dp8g2000vbb.googlegroups.com>
Bytes: 1569
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

On 25.12.2011 23:21, RayeR wrote:
> btw dsputil.o is quite large (3,4MB) file, compiling taken some
> seconds maybe problem due to low memory?

No.  The problem is actually stated reasonably clearly right in that 
first error message you got:

e:/djgpp/bin/as.exe: dsputil.o: /68: reloc overflow: 0x15b32 > 0xffff

The problem is that this file just has too many relocations (i.e. 
addresses left to be fixed up by the linker).  Too many as in: more than 
the object file format used by DJGPP can handle.

Bottom line: that source file is just too big.

- Raw text -


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