|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v5 1/3] hw/misc: Implement STM32L4x5 EXTI |
Date: | Thu, 4 Jan 2024 14:40:04 +0100 |
User-agent: | Mozilla Thunderbird |
On 4/1/24 14:23, Samuel Tardieu wrote:
Philippe Mathieu-Daudé <philmd@linaro.org> writes:This doesn't build: ../../hw/misc/stm32l4x5_exti.c:172:9: error: expected expression const uint32_t set1 = value & ~DIRECT_LINE_MASK1; […] I could build using: - case EXTI_SWIER1: + case EXTI_SWIER1: {Out or curiosity, which C compiler or option do you use for checking? I have no problem building this using "./configure --target-list=arm-softmmu" with GCC 12.3.0.
C compiler for the host machine: clang (clang 15.0.0 "Apple clang version 15.0.0 (clang-1500.0.40.1)")
C linker for the host machine: clang ld64 1015.7 If you don't have access to similar compiler, you can fork on GitLab and push a branch to trigger the CI; I expect it to fail. Regards, Phil.
[Prev in Thread] | Current Thread | [Next in Thread] |