On 06/07/2019 11:16, Peter Maydell wrote:

> On Sat, 6 Jul 2019 at 10:59, Mark Cave-Ayland
> <mark.cave-ayl...@ilande.co.uk> wrote:
>>
>> Hi all,
>>
>> Today I tried transferring my QEMU development setup from my laptop onto a 
>> faster
>> desktop machine (Intel i7-6700) and was surprised to find my normal "full" 
>> build
>> script failing:
>>
>> ./configure --target-list='x86_64-softmmu sparc64-softmmu sparc-softmmu 
>> ppc-softmmu
>> arm-softmmu' --prefix=/home/build/rel-qemu-git
>> make V=1 -j2 install
> 
> If you just do 'make' rather than 'make install' does it fail the same way?

Interesting. A quick test shows that "make V=1 -j2" works fine, it's just "make 
V=1
-j2 install" which is failing.


ATB,

Mark.

Reply via email to