Date: Fri, 24 Jan 2003 12:47:15 +0100 From: Thomas Moestl <tmoestl@gmx.net> To: Bri <brian@ukip.com> Cc: freebsd-sparc@freebsd.org Subject: Re: any idea what I'm doing wrong Message-ID: <20030124114714.GA234@crow.dom2ip.de> In-Reply-To: <NEBBKKNOEKKNLLNMEOHFKEEOMJAA.brian@ukip.com> References: <NEBBKKNOEKKNLLNMEOHFKEEOMJAA.brian@ukip.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <tmoestl@gmx.net> http://www.tu-bs.de/~y0015675/ <tmm@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030124114714.GA234>