Date: Wed, 02 Jul 1997 09:22:24 +0000 From: Bill Currie Subject: Re: Trouble Recompiling /djgpp/src To: loafman AT gte DOT net Cc: djgpp AT delorie DOT com Reply-to: billc AT blackmagic DOT tait DOT co DOT nz Message-id: <33BA1DD0.468E@blackmagic.tait.co.nz> Organization: Tait Electronics NZ MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: <5pb7gj$k14$1 AT news DOT gte DOT net> Precedence: bulk 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.