> -----Original Message-----
> From: Richard Henderson <[email protected]>
> Sent: Friday, August 28, 2020 9:20 PM
> To: Taylor Simpson <[email protected]>; [email protected]
> Cc: [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]
> 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"?
Thanks,
Taylor