I am trying to build QEMU for the power pc target and I am getting the following 2 errors when I build.
unknown type name ‘fdt64_t’
unknown type name ‘fdt32_t’
The qemu version is 0.12.0 and I got it from here, http://download.savannah.gnu.org/releases/qemu/. To build, I run
./configure -target-list=ppc-softmmu
make