From f34ae4587a27c18bcb1cafbb03be8e4b84581f2a Mon Sep 17 00:00:00 2001 From: wangjianyu3 Date: Fri, 18 Jul 2025 15:05:23 +0800 Subject: [PATCH] system/gdbstub: Add depends of LIB_GDBSTUB in function `gdbstub_main': undefined reference to `gdb_state_init' undefined reference to `gdb_process' undefined reference to `gdb_state_uninit' Signed-off-by: wangjianyu3 --- system/gdbstub/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/system/gdbstub/Kconfig b/system/gdbstub/Kconfig index 31c833b3b..94d92f6cc 100644 --- a/system/gdbstub/Kconfig +++ b/system/gdbstub/Kconfig @@ -5,6 +5,7 @@ config SYSTEM_GDBSTUB tristate "GDBSTUB" + depends on LIB_GDBSTUB ---help--- Enable support for gdbstub.