chirping78 commented on PR #16255: URL: https://github.com/apache/nuttx/pull/16255#issuecomment-2826294591
@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: The upper is gdb disassemble output, it's unreasonable to understand. The lower is `objdump` output, it's very rational to comprehend.  -- 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