From owner-freebsd-hackers Tue Jul 24 18:18: 9 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from hotmail.com (f102.pav2.hotmail.com [64.4.37.102]) by hub.freebsd.org (Postfix) with ESMTP id EF1D237B405 for ; Tue, 24 Jul 2001 18:18:06 -0700 (PDT) (envelope-from weiguang_shi@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 24 Jul 2001 18:18:06 -0700 Received: from 129.128.29.126 by pv2fd.pav2.hotmail.msn.com with HTTP; Wed, 25 Jul 2001 01:18:06 GMT X-Originating-IP: [129.128.29.126] From: "Weiguang SHI" To: hackers@freebsd.org Subject: btx building error Date: Tue, 24 Jul 2001 19:18:06 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Jul 2001 01:18:06.0906 (UTC) FILETIME=[A8E999A0:01C114A7] Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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