Comment 0 for bug 1295072

Revision history for this message
Ballock (ballock) wrote : qemu 1.7 depends on libfdt higher than 1.4.0

The configure scripts checks for fdt by looking at libfdt_env.h

configure:2610: #include <libfdt_env.h>

This file only exists in libfdt-dev version 1.4.0 and onwards, so it makes sense to specify build-dependency on that version. Otherwise, configure fails with:
    error_exit "DTC not present. Your options:" \
        " (1) Preferred: Install the DTC devel package" \
        " (2) Fetch the DTC submodule, using:" \
        " git submodule update --init dtc"