From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 22 12:39:27 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 C217F106564A for ; Tue, 22 Feb 2011 12:39:27 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 842308FC1E for ; Tue, 22 Feb 2011 12:39:27 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:794d:2247:36f9:4086] (unknown [IPv6:2001:7b8:3a7:0:794d:2247:36f9:4086]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 66D8F5C59; Tue, 22 Feb 2011 13:39:26 +0100 (CET) Message-ID: <4D63AE83.5040007@FreeBSD.org> Date: Tue, 22 Feb 2011 13:39:31 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.15pre) Gecko/20110221 Lanikai/3.1.9pre MIME-Version: 1.0 To: gnehzuil References: <4D63661D.2090205@gmail.com> In-Reply-To: <4D63661D.2090205@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Tue, 22 Feb 2011 12:39:27 -0000 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.