X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=z4h0MtdVvYfgQFQSC7XM1ocWAGxbt0M7rW+jx0XC8PU=; b=WRN+Hmm7GkQvPSn/vlcesZplMyGksrcrOpHODrGsQvDj9oanHXc/gZ6sclac77PcKI D4m6elfk+WzqIZzXkUbtXNUr1mDpasa3U56A2ylBPRizaR0p3BTWy8eFWWCSpHL0gntA Velu7Ec3fBMug8L7NGvXlYD7esh57gax+OW0k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=uzHJAa6wzBJ5vdzTUn30wz8ppUhOOi9vK2XD4dmiOt74cLDVsU1ZPdY7sO3CvmFyR7 jLYT9CIrCAXCxIea33utDo5iH5KT+YztNkCovZRH1cmnJWjcSobkHkYJC8i5/cH4UZje wQtnmMNjS2x3b6jE4tZTtzbt4q5/3u3srES5E= MIME-Version: 1.0 In-Reply-To: <201106230342.56961.juan.guerrero@gmx.de> References: <201106230342 DOT 56961 DOT juan DOT guerrero AT gmx DOT de> Date: Wed, 22 Jun 2011 21:35:50 -0500 Message-ID: Subject: Re: Difficulties compiling libc using GCC 4.5.3 From: Rugxulo To: djgpp-workers AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, I cannot verify this, esp. since I'm away (since home Internet is down, ugh, which I'm not sure how to reconfigure). Anyways, I think? "sil" is a AMD64 (64-bit long mode) register (isn't it?), so your GAS must be confused with normal "si" and AT&T syntax "l" size postfix. Right?? Or am I off base? On 6/22/11, Juan Manuel Guerrero wrote: > > I do not know if this is already known but it seems not to be possible > to compile djgpp's libc using GCC 4.5.3. The build stops with the > following error message: > > makemake: scanning debug for makefiles > c:/djgpp-2.04/bin/make.exe -f makefile.sub > c:/djgpp-2.04/bin/make.exe -C common > gcc ... -c dbgcom.c > dbgcom.c: Assembler messages: > dbgcom.c:1328: Error: bad register name `%sil' > make.exe[3]: *** [dbgcom.o] Error 1 > make.exe[2]: *** [all_subs] Error 2 > make.exe[1]: *** [all] Error 2 > make.exe: *** [subs] Error 2 > > If more informationis needed, please let me know. > > > Regards, > Juan M. Guerrero