Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2001 19:18:06 -0600
From:      "Weiguang SHI" <weiguang_shi@hotmail.com>
To:        hackers@freebsd.org
Subject:   btx building error
Message-ID:  <F102hodAAM7TrssZ8Fg000040a6@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

I cvs'ed the current version of btx by "cvs co btx" and tried to build it on 
my FBSD-4.0 box and here is what I got:

   bash-2.04$ /usr/bin/make
   ===> btx
   (cd /usr/home/wgshi/tmp/btx/btx; m4  btx.s) |  as  --defsym BTX_FLAGS=0x0 
-o btx.o
   {standard input}: Assembler messages:
   {standard input}:126: Error: suffix or operands invalid for `mov'
   {standard input}:532: Warning: stand-alone `data16' prefix
   {standard input}:549: Warning: stand-alone `data16' prefix
   {standard input}:940: Error: suffix or operands invalid for `mov'
   *** Error code 1

   bash-2.04$ as --version
   GNU assembler 2.11
   ...

Looking at the m4'ed code I've got:

    126       mov $(MEM_ORG-MEM_IDT)/2,%cx    # Words to zero
    532       data16                          # 16-bit
    549       data16                          # 16-bit
    940       movw $(SCR_ROW-1)*SCR_COL/2,%cx # Words to move

What should I do?

Thanks
Weiguang

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F102hodAAM7TrssZ8Fg000040a6>