Mail Archives: djgpp/1997/07/01/21:34:21
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
<billc AT blackmagic DOT tait DOT co DOT nz> 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.
- Raw text -