buildkernel error

Dimitry Andric dim at FreeBSD.org
Tue Feb 22 12:39:27 UTC 2011


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.


More information about the freebsd-hackers mailing list