tmedicci commented on PR #16255: URL: https://github.com/apache/nuttx/pull/16255#issuecomment-2827451906
> @tmedicci Your fix points out the right direction. Since the `objdump` is right, find `byte 00` in it's output, it's easy to find out where the disassemble is problematic now. > > Here is the disassemble of function `call_start_cpu1` from an "esp-idf" `hello world` project: (This also proves that "esp-idf" has included the linker script fix in current PR) > > The upper is gdb disassemble output, it's unreasonable to understand what the code is doing?! The lower is `objdump` output, it's very rational to comprehend it's intent.  Thanks for testing it. I confirmed the behavior and forwarded it internally. This PR fixes it for objdump, so I think we should merge it and keeps the related issue open to track the problem regarding `gdb`. -- 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