qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL v2 0/5] Linux user for 5.0 patches


From: Peter Maydell
Subject: Re: [PULL v2 0/5] Linux user for 5.0 patches
Date: Tue, 24 Mar 2020 13:14:33 +0000

On Tue, 24 Mar 2020 at 12:32, Laurent Vivier <address@hidden> wrote:
> OK, I think there is an existing problem in the build dependencies.
>
> Do you use enable all targets ("configure" without parameters)?
> Do you run make with "all" or "x86_64-linux-user/all"?

This config is
'../../configure' '--cc=ccache gcc' '--enable-debug' '--static'
'--disable-system' '--disable-gnutls'
and it is an incremental build, so just

make --output-sync -C build/all-linux-static -j8
make --output-sync -C build/all-linux-static check V=1 -j8
make --output-sync -C ~/linaro/linux-user-test-0.3/ test
make --output-sync -C build/all-linux-static check-tcg

(it's step 3 that fails here).

thanks
-- PMM



reply via email to

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