Date: Tue, 26 Mar 2013 20:56:19 -0700 From: Tim Kientzle <tim@kientzle.com> To: george@ceetonetechnology.com Cc: "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> Subject: Re: DTC error using Crochet Message-ID: <2F8F363A-12C1-46A4-B66F-E24FFB64C750@kientzle.com> In-Reply-To: <515256B3.6000907@ceetonetechnology.com> References: <515256B3.6000907@ceetonetechnology.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 26, 2013, at 7:17 PM, George Rosamond wrote: > Using Tim's aptly renamed Crochet scripts... > > Build box is FreeBSD 9.1-stable on i386 > > In config.sh, under "Extra arguments for world".. > > FREEBSD_BUILDWORLD_EXTRA_ARGS="-DWITH_FDT" Why did you find this necessary? Did you have problems without it? > But output during script states: > > crochet.sh: dtc: not found The DTC compiler isn't installed by default on 9.1. It is installed by default on sufficiently recent -CURRENT. To install it: $ cd /usr/src/usr.bin/dtc $ sudo make && sudo make install I should add a check for that. Tim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2F8F363A-12C1-46A4-B66F-E24FFB64C750>