[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH v3 34/34] Hexagon build infrastructure
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [RFC PATCH v3 34/34] Hexagon build infrastructure |
Date: |
Fri, 25 Sep 2020 18:59:30 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
Hi Taylor,
On 9/24/20 4:35 AM, Taylor Simpson wrote:
>> -----Original Message-----
>> From: Richard Henderson <richard.henderson@linaro.org>
>> Sent: Friday, August 28, 2020 9:20 PM
>> To: Taylor Simpson <tsimpson@quicinc.com>; qemu-devel@nongnu.org
>> Cc: philmd@redhat.com; laurent@vivier.eu; riku.voipio@iki.fi;
>> aleksandar.m.mail@gmail.com; ale@rev.ng
>> Subject: Re: [RFC PATCH v3 34/34] Hexagon build infrastructure
>>
>> This will have to be updated for the meson conversion.
>>
>> I don't understand it all myself, and all of those generated files will need
>> special attention.
>>
>
> I've made the changes for meson, including converting
> target/hexagon/Makefile.objs to target/hexagon/meson.build, and I can build
> qemu-hexagon with
> mkdir build
> cd build
> configure --target-list=hexagon-linux-user
> make
>
> However, when I run "make check-tcg", nothing actually happens.
> BUILD TCG tests for hexagon-linux-user
> Generating qemu-version.h with a meson_exe.py custom command
> RUN TCG tests for hexagon-linux-user
>
> What am I missing? Has some other command replaced "make check-tcg"?
Maybe that patch from Paolo fixes it:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg742912.html
>
> Thanks,
> Taylor
>
>