From: loafman AT gte DOT net (=?ISO-2022-JP?Q?Kenneth_Loafman?=) To: billc AT blackmagic DOT tait DOT co DOT nz Cc: djgpp AT delorie DOT com Subject: =?ISO-2022-JP?Q?Re:_Trouble_Recompiling_/djgpp/src?= Date: Wed, 02 Jul 1997 01:29:48 GMT Organization: =?ISO-2022-JP?Q?Loafman_Software?= Reply-To: loafman AT gte DOT net Message-ID: <33bdaedb.11707153@smtp.gte.net> References: <5pb7gj$k14$1 AT news DOT gte DOT net> <33BA1DD0 DOT 468E AT blackmagic DOT tait DOT co DOT nz> In-Reply-To: <33BA1DD0.468E@blackmagic.tait.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 8bit Precedence: bulk Thanks for the help. Turns out that there are a number of errors. Looks like they need to rebuild completely before they release. ...Kenneth On Wed, 02 Jul 1997 09:22:24 +0000, Bill Currie wrote: >Kenneth Loafman wrote: >> >> I am getting the following error when recompiling the src/libm modules. >> I started with src/makeall.bat and things went very well until the >> following. Does anyone have a clue as to what I may be missing, or what >> the problem is. The versions are djdev 2.01 and gpp/gcc 2.7.2.1, plus >> other related sources and libs from Simtel. >> >> ...Thanks, >> ...Kenneth >> >> # 37 "s_finite.S" 2 >> >> .text; .asciz "$Id: s_finite.S,v 1.2 1994/03/12 01:30:38 jtc Exp $" >> >> .text; .align 2; .globl _finite ; _finite : ; >> movl 8(%esp),%eax >> andl $0x7ff00000, %eax >> cmpl $0x7ff00000, %eax >> setnel %al > ^^^^^^ >should be setneb > > >> andl $0x000000ff, %eax >> ret >> d:/djgpp/tmp\ccbaaaaa: d:/djgpp/tmp\ccbaaaaa: Assembler messages: >> Assembler messages: >> d:/djgpp/tmp\ccbaaaaa:114: d:/djgpp/tmp\ccbaaaaa:114: Error: Error: >> register does not match opcode suffixregister does not match opcode >> suffix >> >> make.exe: make.exe: *** [s_finite.o] Error 1*** [s_finite.o] Error 1 > > >There are one or two other files in the same directory with exactly the >same error. Just change the trailing `l' to a `b'. > >Bill >-- >Leave others their otherness.