From owner-freebsd-alpha@FreeBSD.ORG Wed Jun 29 13:49:38 2005 Return-Path: X-Original-To: freebsd-alpha@freebsd.org Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5416E16A41C for ; Wed, 29 Jun 2005 13:49:38 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C10D43D66 for ; Wed, 29 Jun 2005 13:49:36 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr9.xs4all.nl (8.13.3/8.13.3) with ESMTP id j5TDnLBv021238; Wed, 29 Jun 2005 15:49:21 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j5TDnLtW014031; Wed, 29 Jun 2005 15:49:21 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j5TDnLtG014030; Wed, 29 Jun 2005 15:49:21 +0200 (CEST) (envelope-from wb) Date: Wed, 29 Jun 2005 15:49:21 +0200 From: Wilko Bulte To: ticso@cicely.de Message-ID: <20050629134921.GA14000@freebie.xs4all.nl> References: <20050629100225.GA28029@math.uni-bielefeld.de> <20050629115319.GM35575@cicely12.cicely.de> <20050629124400.GB28029@math.uni-bielefeld.de> <20050629132437.GN35575@cicely12.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050629132437.GN35575@cicely12.cicely.de> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-alpha@freebsd.org Subject: Re: CPUTYPE=ev67 breaks ld and as on DS20E X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 13:49:38 -0000 On Wed, Jun 29, 2005 at 03:24:37PM +0200, Bernd Walter wrote.. > On Wed, Jun 29, 2005 at 02:44:00PM +0200, Konstantin Saurbier wrote: > > Bernd Walter wrote on Wed Jun 29, 2005 um 01:53:19PM: > > > On Wed, Jun 29, 2005 at 12:02:26PM +0200, Konstantin Saurbier wrote: > > > > Hi, > > > > > > > > i noticed on 5.4-RELEASE that building the world with CPUTYPE=ev67 set > > > > breaks /usr/bin/as and /usr/bin/ld. > > > > > > I'm not shure that ev67 is widely tested or suported at all, ev6 > > > should work. > > > > I'm not sure if i used ev67 on 5.3 maybe it was ev6 and not ev67. But as > > far as i can see only as and ld break. > > I "solved" the problem in using no CPUTYPE at all after replacing as and > > ld with the ones from the release base package and finally a rebuild of > > world and kernel. > > > > > > > In which way as and ld are broken? > > > > For example while trying to build the world: > > > > ===> gnu/usr.bin/texinfo/libtxi > > cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" \ > > -I/usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo \ > > -I/usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib \ > > -I/usr/obj/usr/src/alpha/legacy/usr/include -c \ > > /usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib/substring.c > > > > cc: Internal error: Illegal instruction (program as) > > Please submit a full bug report. > > See for instructions. > > Illegal instruction usually means that the programm uses instructions > that the CPU doesn't know about. > Are your shure that your have an EV67 CPU? > Dmesg should tell you in CPU probe messages. > > Don't know about DS20E, but a DS10L only has EV6: > COMPAQ AlphaServer DS10L 466 MHz, 462MHz Well, it also depends on the CPU speed, a 600MHz DS10 is a EV67 (or 68, I would have to check) -- Wilko Bulte wilko@FreeBSD.org