From owner-freebsd-smp Thu Nov 21 08:05:14 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA00432 for smp-outgoing; Thu, 21 Nov 1996 08:05:14 -0800 (PST) Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA00425 for ; Thu, 21 Nov 1996 08:05:08 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.12/8.6.12) with SMTP id IAA02760; Thu, 21 Nov 1996 08:58:36 -0700 Message-Id: <199611211558.IAA02760@clem.systemsix.com> X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.5 12/11/95 From: Steve Passe To: Gunther Hipper cc: freebsd-smp@FreeBSD.org Subject: Re: A Problem: ../../i386/i386/locore.s:705: Error: bad register name ('%cr4') In-reply-to: Your message of "Thu, 21 Nov 1996 12:00:37 +0100." <199611211100.MAA23833@donau.informatik.uni-rostock.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Nov 1996 08:58:36 -0700 Sender: owner-smp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, > First - the installation manual in http://www.freebsd.org/~fsmp/SMP/SMP.html > is okay. The only thing i wonder is the second passage about the latest > snapshot. Why do you have to get the latest snapshot ? The source tree is > after the cvsup/cvs checkout in the /usr/src/sys - so is it for the latest > user-binaries ? various reasons of compatibility --- > Now my problem: > cc -c -x assembler-with-cpp -DLOCORE -nostdinc -I- -I. -I../.. -I../../../include -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../i386/i386/locore.s > ../../i386/i386/locore.s: Assembler messages > ../../i386/i386/locore.s:705: Error: bad register name ('%cr4') > ../../i386/i386/locore.s:707: Error: bad register name ('%cr4') > *** Error code 1 this is a good example of one of those reasons. I believe what is happening here is that the assembler has been upgraded, and the one you are currently using doesn't know adout this instruction. I hit the same problem last nite. cvsuping with standard-supfile.cvsup, followed by a "make world" fixed it. Now I'm chasing down some problem with syscons.c referencing a fistload of undefined functions. > I really do not know what to do ... it was the first time i cvssupped - so > maybe it's this ? Or is it an inlcude-file problem ? I think you need to get you entire system up to -current and "make world". thanx for the report, -- Steve Passe | powered by smp@csn.net | FreeBSD