From owner-freebsd-smp Mon Dec 16 10:15:01 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA22164 for smp-outgoing; Mon, 16 Dec 1996 10:15:01 -0800 (PST) Received: from charon.finall.com (charon.finall.com [206.246.160.131]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id KAA22151 for ; Mon, 16 Dec 1996 10:14:57 -0800 (PST) Received: from exchange.finall.com (exchange.finall.com [206.246.160.132]) by charon.finall.com (8.6.12/8.6.12) with SMTP id NAA05341 for ; Mon, 16 Dec 1996 13:14:47 -0500 Received: by exchange.finall.com with Microsoft Exchange (IMC 4.0.837.3) id <01BBEB53.1C254C80@exchange.finall.com>; Mon, 16 Dec 1996 13:14:46 -0500 Message-ID: From: "Jung, Michael" To: "'FreeBSD-SMP Mailing List'" Subject: Bad Register Date: Mon, 16 Dec 1996 13:14:44 -0500 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Using 2.2961014-SNAP to build the kernel I get the following error while running make. (Note it fails likewise when compiling GENERIC) Do I need to be using a older SNAP release? --mikej Micahel Jung (pinky.thepoint.net) $ make cc -c -x assembler-with-cpp -DLOCORE -nostdinc -I- -I. -I../.. -I/usr/include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../i386/i386/locore.s ../../i386/i386/locore.s: Assembler messages: ../../i386/i386/locore.s:730: Error: bad register name ('%cr4') ../../i386/i386/locore.s:732: Error: bad register name ('%cr4') *** Error code 1 Stop. (pinky.thepoint.net) $