From owner-freebsd-sparc Fri Jan 24 3:45:16 2003 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 781B237B401 for ; Fri, 24 Jan 2003 03:45:14 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 598E843ED8 for ; Fri, 24 Jan 2003 03:45:13 -0800 (PST) (envelope-from tmoestl@gmx.net) Received: (qmail 4096 invoked by uid 0); 24 Jan 2003 11:45:11 -0000 Received: from p508E6916.dip.t-dialin.net (HELO galatea.local) (80.142.105.22) by mail.gmx.net (mp022-rz3) with SMTP; 24 Jan 2003 11:45:11 -0000 Received: from localhost ([127.0.0.1] helo=galatea.local) by galatea.local with esmtp (Exim 4.12 #1) id 18c2Iq-0000KY-00; Fri, 24 Jan 2003 12:47:20 +0100 Received: (from tmm@localhost) by galatea.local (8.12.6/8.12.6/Submit) id h0OBlFeB001273; Fri, 24 Jan 2003 12:47:15 +0100 (CET) Date: Fri, 24 Jan 2003 12:47:15 +0100 From: Thomas Moestl To: Bri Cc: freebsd-sparc@freebsd.org Subject: Re: any idea what I'm doing wrong Message-ID: <20030124114714.GA234@crow.dom2ip.de> Mail-Followup-To: Bri , freebsd-sparc@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2003/01/24 at 09:06:51 -0000, Bri wrote: > ./../../sparc64/sparc64/exception.S: Assembler messages: > ./../../sparc64/sparc64/exception.S:2181: Error: Architecture mismatch on > "rd". > ./../../sparc64/sparc64/exception.S:2181: (Requires v9a|v9b; requested > archite > cture is v9.) > ./../../sparc64/sparc64/exception.S:2248: Error: Architecture mismatch on > "wr". > ./../../sparc64/sparc64/exception.S:2248: (Requires v9a|v9b; requested > archite > cture is v9.) > ./../../sparc64/sparc64/exception.S:2268: Error: Architecture mismatch on > "rd". > ./../../sparc64/sparc64/exception.S:2268: (Requires v9a|v9b; requested > archite > cture is v9.) > ./../../sparc64/sparc64/exception.S:2448: Error: Architecture mismatch on > "wr". > ./../../sparc64/sparc64/exception.S:2448: (Requires v9a|v9b; requested > archite > cture is v9.) > ./../../sparc64/sparc64/exception.S:2771: Error: Architecture mismatch on > "wr". > ./../../sparc64/sparc64/exception.S:2771: (Requires v9a|v9b; requested > archite > cture is v9.) > *** Error code 1 Looks like you are trying to compile a recent kernel with a quite old gcc. The gcc build was not-so-recently changed so that the correct flags will be passed to the assembler. You will need to update your world. - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message