Sheevaplug compile issue
Milan Obuch
freebsd-arm at dino.sk
Thu Oct 21 08:48:46 UTC 2010
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
More information about the freebsd-arm
mailing list