qemu-discuss
[Top][All Lists]
Advanced

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

Re: problema compilation


From: Peter Maydell
Subject: Re: problema compilation
Date: Sat, 20 Feb 2021 10:40:56 +0000

On Sat, 20 Feb 2021 at 01:23, nerus <fhuvu30@gmail.com> wrote:
> A simple example ./configure --enable-sdl --enable-sdl-image --enable-gtk 
> --target-list=x86_64-softmmu --cross-prefix=x86_64-w64-mingw32-
>
> Using './build' as the directory for build output
>
> cross containers  no
>
> The Meson build system
>
> Version: 0.55.3
>
> Source dir: /home/jc/qemu-5.2.0
>
> Build dir: /home/jc/qemu-5.2.0/build
>
> Build type: cross build
>
> Project name: qemu
>
> Project version: 5.2.0
>
>
>
> ../meson.build:1:0: ERROR: Unknown compiler(s): ['cc', 'gcc', 'clang', 
> 'pgcc', 'icc']

Some parts of the QEMU build process need to compile and run
code on the host system. So you need a host C compiler ('gcc', 'cc', etc)
as well as the cross-compiler ('x86_64-w64-mingw32-gcc', etc).

-- PMM



reply via email to

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