On 07/03/2023 23:52, Philippe Mathieu-Daudé wrote:

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
$

Hmmm I just did a standard "git pull" and rebuild as normal, although this time I did a full build for all targets for testing. Maybe there's something old left in the build/ directory that's causing a problem? I'll throw everything away and see if that fixes it.


ATB,

Mark.

Reply via email to