|
From: | Mark Cave-Ayland |
Subject: | Re: sh4-linux-user compile failure |
Date: | Tue, 7 Mar 2023 23:59:09 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |