From owner-freebsd-stable@FreeBSD.ORG Wed Nov 16 23:36:41 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D09D106564A for ; Wed, 16 Nov 2011 23:36:41 +0000 (UTC) (envelope-from ctuffli@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id B73768FC0A for ; Wed, 16 Nov 2011 23:36:40 +0000 (UTC) Received: by faap15 with SMTP id p15so1000138faa.13 for ; Wed, 16 Nov 2011 15:36:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=2ARoAJpE0TiNiGDiF4TZNE86/C7ZIx2qjuqhMP/9DrU=; b=fcyq+VXEmNQ4L83hlH4XPoqIVgnQ4OvSWaYY+VZOE1kc2GtrIVpzV2bKNh3eh2eyOO eXwZka0eQCtoSTKNC2oOQ1fOVlF57zd85d96bZYfegbjouQzNAcJgqaXk4gVEb99B0Aw PzvazLzPP6Wd4OGy5sMtsHTJwEtmlCWRRgor0= MIME-Version: 1.0 Received: by 10.182.150.4 with SMTP id ue4mr7802900obb.74.1321486599104; Wed, 16 Nov 2011 15:36:39 -0800 (PST) Received: by 10.182.76.9 with HTTP; Wed, 16 Nov 2011 15:36:39 -0800 (PST) In-Reply-To: <4EC3838A.9090003@FreeBSD.org> References: <20111116002944.GC24626@glenbarber.us> <4EC3838A.9090003@FreeBSD.org> Date: Wed, 16 Nov 2011 15:36:39 -0800 Message-ID: From: Chuck Tuffli To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Glen Barber , freebsd-stable@freebsd.org Subject: Re: Possible to build 9-stable kernel on 8.2? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2011 23:36:41 -0000 On Wed, Nov 16, 2011 at 1:34 AM, Dimitry Andric wrote: > On 2011-11-16 01:29, Glen Barber wrote: >> On Tue, Nov 15, 2011 at 11:45:02AM -0800, Chuck Tuffli wrote: > ... >>> ld:/usr/home/ctuffli/dev/releng_9/src/sys/conf/ldscript.amd64:9: syntax= error >>> *** Error code 1 >> You'll need to do 'buildworld' first. > > Actually, doing "make kernel-toolchain" is enough. =A0This builds just th= e > required tools, e.g. binutils, gcc and so on. > Perfect! This is the gem I needed. Thanks to all for the help. ---chuck