0

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

1 Answer 1

1

0.12.0 is an incredibly ancient version of QEMU, and that download page is also well out of date, since it has no releases later than 2011. You should start by getting a more recent QEMU from the official download page: http://wiki.qemu.org/Download

Sign up to request clarification or add additional context in comments.

1 Comment

I ended up going this route a day or two back. Less headache! Thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.