From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 23 09:11:01 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3D9C1065670; Wed, 23 Feb 2011 09:11:01 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 863228FC2D; Wed, 23 Feb 2011 09:11:01 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id p1N9B0HW062037 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 23 Feb 2011 01:11:00 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id p1N9B08E062036; Wed, 23 Feb 2011 01:11:00 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA07387; Wed, 23 Feb 11 01:00:31 PST Date: Wed, 23 Feb 2011 01:00:06 -0800 From: perryh@pluto.rain.com To: gnehzuil@gmail.com, dim@freebsd.org Message-Id: <4d64cc96.gh+SoZb8LSOAInQd%perryh@pluto.rain.com> References: <4D63661D.2090205@gmail.com> <4D63AE83.5040007@FreeBSD.org> In-Reply-To: <4D63AE83.5040007@FreeBSD.org> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: buildkernel error X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2011 09:11:01 -0000 Dimitry Andric wrote: > On 2011-02-22 08:30, gnehzuil wrote: > > I updated my kernel source code and try to make a new kernel > > using make buildkernel command. But I got an error as follow: > ... > > ld:/usr/src/sys/conf/ldscript.i386:66: syntax error > > Your /usr/bin/ld is still at version 2.15, which is too old to > parse the kernel linker script. In this case, first run "make > buildworld", or at least "make kernel-toolchain" before you > attempt to build any kernels. Will either "make buildworld" or "make kernel-toolchain" accomplish anything if, as the OP said, s/he only updated the _kernel_ sources?