From owner-freebsd-stable@FreeBSD.ORG Tue Feb 19 08:09:43 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E5E22D92 for ; Tue, 19 Feb 2013 08:09:43 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id A6C4E324 for ; Tue, 19 Feb 2013 08:09:43 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:204:4bff:fe01:de8a] (spaceball.andric.com [IPv6:2001:7b8:3a7:0:204:4bff:fe01:de8a]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 32DA05C43; Tue, 19 Feb 2013 09:09:39 +0100 (CET) Message-ID: <51233342.9080602@andric.com> Date: Tue, 19 Feb 2013 09:09:38 +0100 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20130117 Thunderbird/19.0 MIME-Version: 1.0 To: Kurt Buff , freebsd-stable@freebsd.org Subject: Re: Having a problem compiling a customized kernel References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 08:09:44 -0000 On 2013-02-19 04:48, Kurt Buff wrote: > I'm working on troubleshooting a random network dropout in an older > Acer Aspire One, and am compiling an otherwise generic kernel with the > following options: ... > linking kernel.debug > ld:/usr/src/sys/conf/ldscript.i386:66: syntax error > *** [kernel.debug] Error code 1 ... > I'm currently running 9.1-RELEASE - I had to svn the source, as I had > used freebsd-update last couple of weeks to move from 7.2 to 8.0 to > 8.3 to 9.0 to 9.1. Please run "make kernel-toolchain" first, as your binutils is too old.