Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 1996 08:58:36 -0700
From:      Steve Passe <smp@csn.net>
To:        Gunther Hipper <gunther@informatik.uni-rostock.de>
Cc:        freebsd-smp@FreeBSD.org
Subject:   Re: A Problem: ../../i386/i386/locore.s:705: Error: bad register name  ('%cr4') 
Message-ID:  <199611211558.IAA02760@clem.systemsix.com>
In-Reply-To: Your message of "Thu, 21 Nov 1996 12:00:37 %2B0100." <199611211100.MAA23833@donau.informatik.uni-rostock.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




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