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 include correct elf32.h or elf64.h. Select `LIBC_ARCH_ELF` in `COREDUMP` to allow `LIBC_ARCH_ELF_64BIT` to be defined correctly. ## Impact 64bit coredump will work correctly without enabling `CONFIG_ELF` ## Testing Using exact method in https://github.com/apache/nuttx/pull/15638 but with `CONFIG_ELF` disabled. Note, need to revert a095b1d6a6adf560894b27e953e02908305922c8 for unknown reason, which is currently under investigatement. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org