Hey folks,
Are qemu builds supported for aarch64 arm hosts?
I hit these errors:
1- a pragma #error induced error in tcg/aarch64/tcg-target.c stating that
"USE_DIRECT_JUMP required for aarch64”, line 1105.
2- a link failure:
Undefined symbols for architecture x86_64:
"_print_insn_i386", referenced from:
_disas in disas.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [qemu-system-arm] Error 1
make: *** [subdir-arm-softmmu] Error 2
I am not sure why there is a mention of “architecture x86_64” if I am supposed
to be building for aarch64.
Thanks!
On Apr 15, 2014, at 2:47 PM, New B <[email protected]> wrote:
>
> Hi,
>
>
> I keep getting this error: "must include QEMU headers” emitted from
> tcg/tcg-op.h. I have no idea how come this is happening.
>
> BTW, the same setup I have (build env + 1.7.1-stable qemu sources) to
> successfully build a functional qemu-system-arm for x86-64 host.
>
>
> Any info/pointers are much needed and appreciated.
>
> Thanks!