Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2010 10:48:43 +0200
From:      Milan Obuch <freebsd-arm@dino.sk>
To:        freebsd-arm@freebsd.org
Subject:   Re: Sheevaplug compile issue
Message-ID:  <201010211048.45318.freebsd-arm@dino.sk>
In-Reply-To: <20101021084046.GA48087@ei.bzerk.org>
References:  <20101021084046.GA48087@ei.bzerk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010211048.45318.freebsd-arm>