Re: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg

2018-04-23 Thread Alex Bennée
Alex Bennée writes: > Richard Henderson writes: > >> On 04/19/2018 03:58 AM, Alex Bennée wrote: >>> What would be really >>> helpful is if the respective maintainers could encode their EXACT >>> STEPS for building their cross compilers into some docker recipes. >> >> I've just re-built my alpha

Re: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg

2018-04-23 Thread Alex Bennée
Richard Henderson writes: > On 04/19/2018 03:58 AM, Alex Bennée wrote: >> What would be really >> helpful is if the respective maintainers could encode their EXACT >> STEPS for building their cross compilers into some docker recipes. > > I've just re-built my alphaev67 cross-environment and reco

Re: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg

2018-04-22 Thread Richard Henderson
On 04/19/2018 03:58 AM, Alex Bennée wrote: > What would be really > helpful is if the respective maintainers could encode their EXACT > STEPS for building their cross compilers into some docker recipes. I've just re-built my alphaev67 cross-environment and recorded everything. Since the script be

Re: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg

2018-04-20 Thread Richard Henderson
On 04/19/2018 08:42 PM, Alex Bennée wrote: >> It seems I can't even build fp-test for x86_64. >> >> CROSS-BUILD x86_64 guest-tests with cc >> In file included from /home/rth/work/qemu/qemu/tests/fp/fp-test.c:14:0: >> /home/rth/work/qemu/qemu/include/qemu/osdep.h:30:10: fatal error: >> config-host

Re: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg

2018-04-20 Thread Emilio G. Cota
On Fri, Apr 20, 2018 at 07:42:14 +0100, Alex Bennée wrote: > > Richard Henderson writes: (snip) > >> Finally the end of the series has me adding Emilio's fp-test to the > >> per-target builds. Unfortunately although some osdep.h and softfloat.c > >> fiddling allows us to build in most cases I sti

Re: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg

2018-04-20 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180419135901.30035-1-alex.ben...@linaro.org Subject: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(gi

Re: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg

2018-04-19 Thread Alex Bennée
Richard Henderson writes: > On 04/19/2018 03:58 AM, Alex Bennée wrote: >> I did start playing with crosstool-ng and Linaro's own ABE scripts but >> realised this could end up a massive time sync. What would be really >> helpful is if the respective maintainers could encode their EXACT >> STEPS f

Re: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg

2018-04-19 Thread Max Filippov
On Thu, Apr 19, 2018 at 6:58 AM, Alex Bennée wrote: > We still have quite a bit of test code that is not built. These are: [...] > * tests/tcg/xtensa > Needs a cross-compiler FWIW static bare-metal cross-compiler w/o libc for xtensa core used in test/tcg/xtensa is available here: https://git

Re: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg

2018-04-19 Thread Philippe Mathieu-Daudé
> It seems I can't even build fp-test for x86_64. > > CROSS-BUILD x86_64 guest-tests with cc > In file included from /home/rth/work/qemu/qemu/tests/fp/fp-test.c:14:0: > /home/rth/work/qemu/qemu/include/qemu/osdep.h:30:10: fatal error: > config-host.h: No such file or directory > #include "confi

Re: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg

2018-04-19 Thread Fam Zheng
On Thu, 04/19 14:58, Alex Bennée wrote: > Hi, > > This is the second revision of my attempt to revive the tests/tcg > directory. You can find the first iteration here: > > https://lists.gnu.org/archive/html/qemu-devel/2018-04/msg01361.html Thanks for taking over! I cannot review all the patche

Re: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg

2018-04-19 Thread Richard Henderson
On 04/19/2018 03:58 AM, Alex Bennée wrote: > I did start playing with crosstool-ng and Linaro's own ABE scripts but > realised this could end up a massive time sync. What would be really > helpful is if the respective maintainers could encode their EXACT > STEPS for building their cross compilers i

Re: [Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg

2018-04-19 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180419135901.30035-1-alex.ben...@linaro.org Subject: [Qemu-devel] [PATCH v2 00/43] fix b