From 60d188353c8ec3da0ec2e6d2f8595f64e286486c Mon Sep 17 00:00:00 2001 From: chao an Date: Tue, 18 Apr 2023 17:15:39 +0800 Subject: [PATCH] arm/unwind: EABI unwind needs frame pointer support Signed-off-by: chao an --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a2dd5edf646..75525cb4fb1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1289,6 +1289,7 @@ config UNWINDER_STACK_POINTER config UNWINDER_ARM bool "ARM EHABI stack unwinder" + select FRAME_POINTER ---help--- This option enables stack unwinding support in the nuttx using the information automatically generated by the