Re: [Qemu-devel] [PATCH] tcg/tci: fix tcg-interpreter build

2017-06-20 Thread Peter Maydell
On 20 June 2017 at 17:30, Philippe Mathieu-Daudé wrote: > fix regression from commit 244f144134: > > $ make subdir-arm-softmmu > make[1]: *** No rule to make target 'tci.o', needed by 'qemu-system-arm'. > Stop. > Makefile:328: recipe for target 'subdir-arm-softmmu' failed > make:

Re: [Qemu-devel] [PATCH] tcg/tci: fix tcg-interpreter build

2017-06-20 Thread Philippe Mathieu-Daudé
On 06/20/2017 02:17 PM, no-re...@patchew.org wrote: === OUTPUT BEGIN === [...] CC aarch64-softmmu/target/arm/cpu64.o cc: Internal error: Killed (program cc1) This is odd... Please submit a full bug report. See for instructions. make[1]: *** [targ

Re: [Qemu-devel] [PATCH] tcg/tci: fix tcg-interpreter build

2017-06-20 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH] tcg/tci: fix tcg-interpreter build Message-id: 20170620163009.21764-1-f4...@amsat.org Type

[Qemu-devel] [PATCH] tcg/tci: fix tcg-interpreter build

2017-06-20 Thread Philippe Mathieu-Daudé
fix regression from commit 244f144134: $ make subdir-arm-softmmu make[1]: *** No rule to make target 'tci.o', needed by 'qemu-system-arm'. Stop. Makefile:328: recipe for target 'subdir-arm-softmmu' failed make: *** [subdir-arm-softmmu] Error 2 Signed-off-by: Philippe Mathieu-Dau