From owner-freebsd-current Mon Oct 14 11:40:16 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E562337B401 for ; Mon, 14 Oct 2002 11:40:13 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AD9443E9C for ; Mon, 14 Oct 2002 11:40:13 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021014184012.UNTW24958.sccrmhc03.attbi.com@InterJet.elischer.org>; Mon, 14 Oct 2002 18:40:12 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA74741; Mon, 14 Oct 2002 11:22:26 -0700 (PDT) Date: Mon, 14 Oct 2002 11:22:24 -0700 (PDT) From: Julian Elischer To: Bruce Evans Cc: FreeBSD current users Subject: Re: Is this a tool problem or source? In-Reply-To: <20021014231903.X1611-100000@gamplex.bde.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I tried to build a new version of a -current kernel under -current a whole 8 or so days old.. On Mon, 14 Oct 2002, Bruce Evans wrote: > On Sun, 13 Oct 2002, Julian Elischer wrote: > > > ref3# make > > linking kernel.debug > > ld: target elf32-i386-freebsd not found > > *** Error code 1 > > > > Stop in /usr/src/sys/i386/compile/REF3. > > ref3# > > > > having done a new cvsup and a new config.. > > UPDATING has nothing relevant that I can see. > > Looks like you tried to build a current kernel under a release version > of FreeBSD. This fails because of spelling changes in binutils. The > target was spelled elf32-i386 but it is now spelled elf32-i386-freebsd. > So old binutils can't link current kernels and current binutils can't > link old kernels. > > Bruce > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message