qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 1/3] hw/misc: Implement STM32L4x5 EXTI


From: Samuel Tardieu
Subject: Re: [PATCH v5 1/3] hw/misc: Implement STM32L4x5 EXTI
Date: Thu, 04 Jan 2024 14:23:12 +0100
User-agent: mu4e 1.10.8; emacs 29.1


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.

 Sam
--
Samuel Tardieu
Télécom Paris - Institut Polytechnique de Paris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]