On 28 June 2013 06:27, Juan Quintela <quint...@redhat.com> wrote: > Sorry, actually my problem was dtc, that for some reason got wrong :-( > > $ time make -j3 -C /scratch/tmp/all/make: Entering directory > `/scratch/tmp/all' > config-host.mak is out-of-date, running configure > > ERROR: DTC not present. Your options: > (1) Preferred: Install the DTC devel package > (2) Fetch the DTC submodule, using: > git submodule update --init dtc
> It used to compile on this machine (I had installed the dtc package, as > this used to work, something else got broken). Yeah, there's been a recent change that means we no longer treat most system dtc as valid (because they don't ship libfdt_env.h); you need to either upgrade your libfdt, or just use the submodule. thanks -- PMM