qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Building tools on unsupported cpu/arch
@ 2022-04-30 14:11 Michael Tokarev
  2022-04-30 16:57 ` Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michael Tokarev @ 2022-04-30 14:11 UTC (permalink / raw)
  To: QEMU Developers

Hello!

Previously, it was possible to build qemu tools (such as qemu-img, or qemu-ga)
on an unsupported cpu/architecture.  In a hackish way, by specifying
--enable-tcg-interpreter on the ./configure line.

Today (with 7.0), it does not work anymore, with the following error
during configure:

  common-user/meson.build:1:0: ERROR: Include dir host/unknown does not exist.

This is with --disable-system --disable-linux-user --disable-user.

And without --enable-tcg-interpreter, it gives:

  meson.build:390:6: ERROR: Problem encountered: Unsupported CPU m68k, try --enable-tcg-interpreter

What's the way to build tools on an unsupported architecture these days?

Thanks,

/mjt


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

end of thread, other threads:[~2022-07-18  7:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-30 14:11 Building tools on unsupported cpu/arch Michael Tokarev
2022-04-30 16:57 ` Richard Henderson
2022-04-30 17:08   ` Michael Tokarev
2022-06-20 10:31 ` Thomas Huth
2022-06-20 10:54   ` Michael Tokarev
2022-06-20 12:07     ` Thomas Huth
2022-07-18  7:39 ` Thomas Huth

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).