qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] check-tcg failure
@ 2018-10-16  3:54 Richard Henderson
  2018-10-19 10:25 ` Alex Bennée
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Henderson @ 2018-10-16  3:54 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel

On aa64, "cross-compiling" to aa32, with

CC=arm-linux-gnueabihf-gcc

configure determines

aarch64-linux-user/config-target.mak:CROSS_CC_GUEST="aarch64-linux-gnu-gcc"
aarch64-linux-user/config-target.mak:CROSS_CC_GUEST_STATIC=y
aarch64-softmmu/config-target.mak:CROSS_CC_GUEST="aarch64-linux-gnu-gcc"
aarch64-softmmu/config-target.mak:CROSS_CC_GUEST_STATIC=y
arm-linux-user/config-target.mak:CROSS_CC_GUEST="cc"
arm-linux-user/config-target.mak:CROSS_CC_GUEST_STATIC=y
arm-softmmu/config-target.mak:CROSS_CC_GUEST="cc"
arm-softmmu/config-target.mak:CROSS_CC_GUEST_STATIC=y

which results in

  BUILD   arm guest-tests with cc
cc: error: unrecognized command line option ‘-marm’; did you mean ‘-fasm’?

Because of course cc is the aa64 host compiler.


r~

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-19 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-16  3:54 [Qemu-devel] check-tcg failure Richard Henderson
2018-10-19 10:25 ` Alex Bennée
2018-10-19 15:55   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).