On 8/3/23 00:46, Mark Cave-Ayland wrote:
Hi Richard/Anton,It looks as if a compile failure has crept into sh4-linux-user, most likely related to the recent TARGET_TB_PCREL/CF_PCREL changes:
In file included from ../accel/tcg/tb-hash.h:26, from ../accel/tcg/tb-maint.c:28:../accel/tcg/tb-jmp-cache.h:24:5: error: "TARGET_TB_PCREL" is not defined, evaluates to 0 [-Werror=undef]24 | #if TARGET_TB_PCREL | ^~~~~~~~~~~~~~~
Your tree seems desync / out of date: $ git grep TARGET_TB_PCREL a2b5f8b8ab $