From 104b0288a662eddaca4d913bab53d0060107b0f7 Mon Sep 17 00:00:00 2001 From: zhanghongyu Date: Mon, 25 Mar 2024 10:43:48 +0800 Subject: [PATCH] matter: solve compilation problems for the matter community Compiling a 32-bit version of NuttX binary based on the Matter community's Docker image may encounter compilation issues due to some dependency libraries, so the M32 compilation option has been temporarily disabled. Signed-off-by: zhanghongyu --- boards/sim/sim/sim/configs/matter/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/sim/sim/sim/configs/matter/defconfig b/boards/sim/sim/sim/configs/matter/defconfig index 6b1ed0b577..ceb5f995f5 100644 --- a/boards/sim/sim/sim/configs/matter/defconfig +++ b/boards/sim/sim/sim/configs/matter/defconfig @@ -110,7 +110,6 @@ CONFIG_SCHED_HAVE_PARENT=y CONFIG_SCHED_WAITPID=y CONFIG_SIM_HCISOCKET=y CONFIG_SIM_HOSTFS=y -CONFIG_SIM_M32=y CONFIG_SIM_NETDEV=y CONFIG_SIM_NET_BRIDGE=y CONFIG_SIM_WALLTIME_SIGNAL=y