Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
anchao merged PR #15669: URL: https://github.com/apache/nuttx/pull/15669 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apach

Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
anchao commented on code in PR #15669: URL: https://github.com/apache/nuttx/pull/15669#discussion_r1927123069 ## sched/Kconfig: ## @@ -2011,6 +2011,7 @@ config ASSERT_PAUSE_CPU_TIMEOUT config COREDUMP bool "Coredump support" depends on ARCH_HAVE_TCBINFO +

Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #15669: URL: https://github.com/apache/nuttx/pull/15669#discussion_r1927099342 ## sched/Kconfig: ## @@ -2011,6 +2011,7 @@ config ASSERT_PAUSE_CPU_TIMEOUT config COREDUMP bool "Coredump support" depends on ARCH_HAVE_TCBINFO

Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #15669: URL: https://github.com/apache/nuttx/pull/15669#discussion_r1927099342 ## sched/Kconfig: ## @@ -2011,6 +2011,7 @@ config ASSERT_PAUSE_CPU_TIMEOUT config COREDUMP bool "Coredump support" depends on ARCH_HAVE_TCBINFO

Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #15669: URL: https://github.com/apache/nuttx/pull/15669#discussion_r1927099342 ## sched/Kconfig: ## @@ -2011,6 +2011,7 @@ config ASSERT_PAUSE_CPU_TIMEOUT config COREDUMP bool "Coredump support" depends on ARCH_HAVE_TCBINFO

Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #15669: URL: https://github.com/apache/nuttx/pull/15669#discussion_r1927099342 ## sched/Kconfig: ## @@ -2011,6 +2011,7 @@ config ASSERT_PAUSE_CPU_TIMEOUT config COREDUMP bool "Coredump support" depends on ARCH_HAVE_TCBINFO

Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
anchao commented on code in PR #15669: URL: https://github.com/apache/nuttx/pull/15669#discussion_r1927057268 ## sched/Kconfig: ## @@ -2011,6 +2011,7 @@ config ASSERT_PAUSE_CPU_TIMEOUT config COREDUMP bool "Coredump support" depends on ARCH_HAVE_TCBINFO +

Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
anchao commented on code in PR #15669: URL: https://github.com/apache/nuttx/pull/15669#discussion_r1927052955 ## sched/Kconfig: ## @@ -2011,6 +2011,7 @@ config ASSERT_PAUSE_CPU_TIMEOUT config COREDUMP bool "Coredump support" depends on ARCH_HAVE_TCBINFO +

Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #15669: URL: https://github.com/apache/nuttx/pull/15669#discussion_r1927003352 ## sched/Kconfig: ## @@ -2011,6 +2011,7 @@ config ASSERT_PAUSE_CPU_TIMEOUT config COREDUMP bool "Coredump support" depends on ARCH_HAVE_TCBINFO

Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
anchao commented on code in PR #15669: URL: https://github.com/apache/nuttx/pull/15669#discussion_r1926984703 ## sched/Kconfig: ## @@ -2011,6 +2011,7 @@ config ASSERT_PAUSE_CPU_TIMEOUT config COREDUMP bool "Coredump support" depends on ARCH_HAVE_TCBINFO +

Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #15669: URL: https://github.com/apache/nuttx/pull/15669#discussion_r1926914861 ## sched/Kconfig: ## @@ -2011,6 +2011,7 @@ config ASSERT_PAUSE_CPU_TIMEOUT config COREDUMP bool "Coredump support" depends on ARCH_HAVE_TCBINFO

Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
anchao commented on code in PR #15669: URL: https://github.com/apache/nuttx/pull/15669#discussion_r1926895587 ## sched/Kconfig: ## @@ -2011,6 +2011,7 @@ config ASSERT_PAUSE_CPU_TIMEOUT config COREDUMP bool "Coredump support" depends on ARCH_HAVE_TCBINFO +

Re: [PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
anchao commented on code in PR #15669: URL: https://github.com/apache/nuttx/pull/15669#discussion_r1926893869 ## sched/Kconfig: ## @@ -2011,6 +2011,7 @@ config ASSERT_PAUSE_CPU_TIMEOUT config COREDUMP bool "Coredump support" depends on ARCH_HAVE_TCBINFO +

[PR] arch: select LIBC_ARCH_ELF when using COREDUMP [nuttx]

2025-01-23 Thread via GitHub
XuNeo opened a new pull request, #15669: URL: https://github.com/apache/nuttx/pull/15669 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Coredump doens't need CONFIG_ELF to be enabled, but need elf.h to