> -----Original Message-----
> From: Richard Henderson <richard.hender...@linaro.org>
> Sent: Friday, August 28, 2020 9:20 PM
> To: Taylor Simpson <tsimp...@quicinc.com>; qemu-devel@nongnu.org
> Cc: phi...@redhat.com; laur...@vivier.eu; riku.voi...@iki.fi;
> aleksandar.m.m...@gmail.com; a...@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"?

Thanks,
Taylor


Reply via email to