From owner-freebsd-arm@FreeBSD.ORG Thu Oct 21 08:48:46 2010 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CD5A106566C for ; Thu, 21 Oct 2010 08:48:46 +0000 (UTC) (envelope-from freebsd-arm@dino.sk) Received: from loki.netlab.sk (loki.netlab.sk [84.245.65.11]) by mx1.freebsd.org (Postfix) with ESMTP id D1DF88FC19 for ; Thu, 21 Oct 2010 08:48:45 +0000 (UTC) Received: from door.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: PLAIN milan, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by loki.netlab.sk with esmtp; Thu, 21 Oct 2010 10:50:10 +0200 id 00033C0F.4CBFFEC2.00012AF9 From: Milan Obuch To: freebsd-arm@freebsd.org Date: Thu, 21 Oct 2010 10:48:43 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.5.2; i386; ; ) References: <20101021084046.GA48087@ei.bzerk.org> In-Reply-To: <20101021084046.GA48087@ei.bzerk.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201010211048.45318.freebsd-arm@dino.sk> Subject: Re: Sheevaplug compile issue X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2010 08:48:46 -0000 On Thursday 21 October 2010 10:40:46 Ruben de Groot wrote: > Hi, > > I am trying to compile a new SHEEVAPLUG kernel (last one was a couple of > months ago), but > > am getting the following error: > >if [ -f /usr/build/current/src/sys/boot/fdt/dts/sheevaplug.dts ]; then dtc > >-O dtb -o `echo sheevaplug.dts | cut -d. -f1`.dtb -b 0 -p 1024 > >/usr/build/current/src/sys/boot/fdt/dts/sheevaplug.dts; fi dtc: not found > > There is no "dtc" on my system (I cross compile from i386 with > TARGET_ARCH=arm), allthough I updated the build system to -current > yesterday. Any clues? > > --Ruben > You need make buildworld -DWITH_FDT or put WITH_FDT=YES into your make.conf or src.conf. Maybe this need better docs... Did you use any web page/howto as a guide? Milan