qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 000/147] Meson integration for 5.2


From: Paolo Bonzini
Subject: Re: [PATCH 000/147] Meson integration for 5.2
Date: Tue, 11 Aug 2020 14:59:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

On 11/08/20 14:04, Roman Bolshakov wrote:
> 
> The line in configure assumes that meson is a python program rather than
> a wrapper:
> 
>   meson="$python $meson"

Hmm, that means we will have to use the embedded meson if the user
specifies --python.  But it's probably a good idea anyway, and not
problematic since Meson does not have any dependencies outside the
Python standard library.

> Compilation seems to partially succeed but linking of QEMU binary fails:
> 
> [3691/5594] Linking target qemu-system-aarch64
> FAILED: qemu-system-aarch64
> ...snip...
> ld: warning: directory not found for option 
> '-L/Users/r.bolshakov/dev/qemu/build/dtc/libfdt'
> ld: warning: directory not found for option 
> '-L/Users/r.bolshakov/dev/qemu/build/dtc/libfdt'
> ld: library not found for -lcapstone
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)

Can you include your config-host.mak?  Does it help if you do "make
dtc/all capstone/all" and then retry?

Paolo




reply via email to

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