DTC error using Crochet

Tim Kientzle tim at kientzle.com
Wed Mar 27 04:12:17 UTC 2013


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



More information about the freebsd-arm mailing list