Skip to content

Instantly share code, notes, and snippets.

@pietrushnic
Created December 31, 2015 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pietrushnic/d2b7714524f0a2db3530 to your computer and use it in GitHub Desktop.
Save pietrushnic/d2b7714524f0a2db3530 to your computer and use it in GitHub Desktop.
[1:11:39] pietrushnic:qemu git:(ar7-raspi) $ make
CHK version_gen.h
CC aarch64-softmmu/target-arm/translate.o
/home/pietrushnic/projects/substances_actives/qemu/target-arm/translate.c: In function ‘gen_alignment_exception_insn’:
/home/pietrushnic/projects/substances_actives/qemu/target-arm/translate.c:1063:45: error: passing argument 2 of ‘gen_helper_alignment_exception’ from incompatible pointer type [-Werror=incompatible-pointer-types]
gen_helper_alignment_exception(cpu_env, addr);
^
In file included from /home/pietrushnic/projects/substances_actives/qemu/include/exec/helper-gen.h:59:0,
from /home/pietrushnic/projects/substances_actives/qemu/tcg/tcg-op.h:27,
from /home/pietrushnic/projects/substances_actives/qemu/target-arm/translate.c:26:
/home/pietrushnic/projects/substances_actives/qemu/target-arm/helper.h:51:58: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
cc1: all warnings being treated as errors
/home/pietrushnic/projects/substances_actives/qemu/rules.mak:57: recipe for target 'target-arm/translate.o' failed
make[1]: *** [target-arm/translate.o] Error 1
Makefile:195: recipe for target 'subdir-aarch64-softmmu' failed
make: *** [subdir-aarch64-softmmu] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment