mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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 <wangjianyu3@xiaomi.com>
This commit is contained in:
parent
6bca3c2ca2
commit
f34ae4587a
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
config SYSTEM_GDBSTUB
|
||||
tristate "GDBSTUB"
|
||||
depends on LIB_GDBSTUB
|
||||
---help---
|
||||
Enable support for gdbstub.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue