Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. In file included from /root/afl-2.52b/qemu_mode/qemu/include/hw/qdev.h:4,
  2. from ../hw/core/qdev.c:29:
  3. /root/afl-2.52b/qemu_mode/qemu/include/hw/hw.h:6:2: error: #error Cannot include hw/hw.h from user emulation
  4. #error Cannot include hw/hw.h from user emulation
  5. ^~~~~
  6. In file included from ../hw/core/qdev.c:37:
  7. /root/afl-2.52b/qemu_mode/qemu/include/hw/boards.h:169:5: error: unknown type name ‘ram_addr_t’
  8. ram_addr_t default_ram_size;
  9. ^~~~~~~~~~
  10. /root/afl-2.52b/qemu_mode/qemu/include/hw/boards.h:176:48: error: unknown type name ‘ram_addr_t’; did you mean ‘in_addr_t’?
  11. int nb_nodes, ram_addr_t size);
  12. ^~~~~~~~~~
  13. in_addr_t
  14. /root/afl-2.52b/qemu_mode/qemu/include/hw/boards.h:215:5: error: unknown type name ‘ram_addr_t’
  15. ram_addr_t ram_size;
  16. ^~~~~~~~~~
  17. /root/afl-2.52b/qemu_mode/qemu/include/hw/boards.h:216:5: error: unknown type name ‘ram_addr_t’
  18. ram_addr_t maxram_size;
  19. ^~~~~~~~~~
  20. make[1]: *** [/root/afl-2.52b/qemu_mode/qemu/rules.mak:66: ../hw/core/qdev.o] Error 1
  21. make[1]: *** Waiting for unfinished jobs....
  22. make: *** [Makefile:326: subdir-x86_64-linux-user] Error 2
  23.  
  24. CFLAGS="-O3 -ggdb" ./configure --disable-system
  25. --enable-linux-user --disable-gtk --disable-sdl --disable-vnc
  26. --target-list="${CPU_TARGET}-linux-user" --enable-pie --enable-kvm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement