Mail Archives: djgpp/1997/07/01/14:34:32
From: | loafman AT gte DOT net (Kenneth Loafman)
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Trouble Recompiling /djgpp/src
|
Date: | 1 Jul 1997 15:25:07 GMT
|
Organization: | Loafman Software
|
Lines: | 31
|
Message-ID: | <5pb7gj$k14$1@news.gte.net>
|
Reply-To: | loafman AT gte DOT net
|
NNTP-Posting-Host: | dfw71202.gte.net
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
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
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
- Raw text -