qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building tools on unsupported cpu/arch


From: Thomas Huth
Subject: Re: Building tools on unsupported cpu/arch
Date: Mon, 18 Jul 2022 09:39:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

On 30/04/2022 16.11, Michael Tokarev wrote:
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?

 Hi Michael,

I think all required patches should now have been merged - could you please try again whether building the tools now works again for you on unsupported CPU architectures?

 Thanks,
  Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]