Comment 6 for bug 1224517

Revision history for this message
Bernhard Glomm (bernhard-glomm) wrote :

Hi,
I'm trying to recompile qemu on ubuntu 13.10
as described above but keep hitting errors like:
...
In file included from /usr/include/libfdt.h:55:0,
                 from /usr/src/rebuild-qemu/qemu-1.5.0+dfsg/device_tree.c:28:
/usr/include/fdt.h:58:2: error: unknown type name âfdt32_tâ
  fdt32_t magic; /* magic word FDT_MAGIC */
  ^
...

that is for:
  /usr/include/fdt.h and
  /usr/include/libfdt.h

...

Any ideas how to proceed

as for your sed '3i...' code line, it seems the -i switch is missing?