Date: Tue, 22 Feb 2011 13:39:31 +0100 From: Dimitry Andric <dim@FreeBSD.org> To: gnehzuil <gnehzuil@gmail.com> Cc: freebsd-hackers@freebsd.org Subject: Re: buildkernel error Message-ID: <4D63AE83.5040007@FreeBSD.org> In-Reply-To: <4D63661D.2090205@gmail.com> References: <4D63661D.2090205@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D63AE83.5040007>