qemu-devel
[Top][All Lists]
Advanced

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

Re: linux-user static build broken


From: Peter Maydell
Subject: Re: linux-user static build broken
Date: Tue, 25 Aug 2020 22:22:14 +0100

On Tue, 25 Aug 2020 at 21:37, Laurent Vivier <laurent@vivier.eu> wrote:
>
> Hi,
>
> since we have switched to meson, the statically linked binaries of qemu
> linux-user are broken:
>
> cd $OBJ
> $SRC/configure --static --target-list=m68k-linux-user
> make
> ./qemu-m68k
> Segmentation fault (core dumped)

It can't be all static binaries, because part of my merge
tests is a config with
'../../configure' '--cc=ccache gcc' '--enable-debug' '--static'
'--disable-system' '--disable-gnutls'

and that works:
$ ./build/all-linux-static/qemu-m68k
qemu: no user program specified

So it must be something more specific, though I don't know what.

thanks
-- PMM



reply via email to

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