Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2011 19:11:05 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        "datastream datastream.freecity" <datastream.freecity@gmail.com>
Cc:        Olivier Smedts <olivier@gid0.org>, freebsd-current@freebsd.org
Subject:   Re: Can't buildworld since Clang update
Message-ID:  <4D63FC39.3070705@FreeBSD.org>
In-Reply-To: <AANLkTi=jRHF-NZe3M-e3jBOqYumdDDVGAG16aMG1WVOr@mail.gmail.com>
References:  <201102221544.p1MFiDwv005627@pozo.com> <AANLkTi=jRHF-NZe3M-e3jBOqYumdDDVGAG16aMG1WVOr@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2011-02-22 18:38, datastream datastream.freecity wrote:
> In /etc/make.conf, I only add 'CFLAGS+=-fno-omit-frame-pointer'.And removed
> all files in /usr/obj. /usr/src sync with http://svn.freebsd.org/base/head.
> #make buildkernel

Before you do "make buildkernel", always run "make buildworld", or at
least "make kernel-toolchain".  This ensures you have an up-to-date ld
(and other tools) under /usr/obj.

That said, these steps are normally only needed when e.g. binutils or
other toolchain components have been upgraded.  This has happened so
seldom in the past few years, that people seem to have forgotten how
bootstrapping works. :)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D63FC39.3070705>