From owner-freebsd-current Mon Mar 10 23:57:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA04784 for current-outgoing; Mon, 10 Mar 1997 23:57:04 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA04779 for ; Mon, 10 Mar 1997 23:57:01 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id CAA15636; Tue, 11 Mar 1997 02:56:51 -0500 (EST) From: "John S. Dyson" Message-Id: <199703110756.CAA15636@dyson.iquest.net> Subject: Re: Upgrading to 2.2-GAMMA with sources... To: scrappy@hub.org (The Hermit Hacker) Date: Tue, 11 Mar 1997 02:56:50 -0500 (EST) Cc: current@FreeBSD.ORG In-Reply-To: from "The Hermit Hacker" at Mar 10, 97 10:40:41 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Hi... > > I just hit a snag that is most likely "you forgot to recompile > *something*", but not sure which. > > I get the following when trying to compile the kernel itself, > after downloading the sources from the 2.2-GAMMA directory on ftp.freebsd.org. > > hub# make > cc -c -x assembler-with-cpp -DLOCORE -nostdinc -I- -I. -I../.. -I../../../include -DNSWAPDEV=10 -DFFS -DINET -DCOMPAT_43 -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 > > Stop. > > Can someone point out what I've missed here? :( gcc -v shows > 2.7.2.1, if that helps any... > You need a new version of as... John