Mail Archives: djgpp/1997/07/01/17:27:16
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.
- Raw text -