Re: [PR] compile:use -g3 to get more debug info [nuttx]

2024-11-21 Thread via GitHub
anjiahao1 commented on PR #14897: URL: https://github.com/apache/nuttx/pull/14897#issuecomment-2492941153 need change build way `exampls/elf`, i will do it later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] compile:use -g3 to get more debug info [nuttx]

2024-11-21 Thread via GitHub
anjiahao1 commented on PR #14897: URL: https://github.com/apache/nuttx/pull/14897#issuecomment-2492966021 https://github.com/apache/nuttx-apps/pull/2861 if use kernal build, it will strip -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] compile:use -g3 to get more debug info [nuttx]

2024-11-21 Thread via GitHub
anjiahao1 commented on PR #14897: URL: https://github.com/apache/nuttx/pull/14897#issuecomment-2492965080 ![image](https://github.com/user-attachments/assets/de0345a5-17df-4d98-acb8-d9667d3f5d34) -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] compile:use -g3 to get more debug info [nuttx]

2024-11-21 Thread via GitHub
anchao commented on PR #14897: URL: https://github.com/apache/nuttx/pull/14897#issuecomment-2492944936 What is the difference in elf size between -g and -g3? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] compile:use -g3 to get more debug info [nuttx]

2024-11-21 Thread via GitHub
anchao commented on code in PR #14897: URL: https://github.com/apache/nuttx/pull/14897#discussion_r1853192795 ## Kconfig: ## @@ -2495,7 +2495,7 @@ config DEBUG_SYMBOLS config DEBUG_SYMBOLS_LEVEL string "Custom symbols level" - default "-g" + default "-g3"

[PR] compile:use -g3 to get more debug info [nuttx]

2024-11-21 Thread via GitHub
anjiahao1 opened a new pull request, #14897: URL: https://github.com/apache/nuttx/pull/14897 more info in https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*