This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

assembly code debugging

I found if I set breakpoints in assembly code, the DS-5 debugger is not trapped there on omap3530 beagleboard. In addition, it doesn't step in assembly codes, if assembly codes are in a static/dynamic libs.

Parents
  • On the download page, you should see two columns. In the left hand side are different categories of product, and you should select:

    Software Development Tools
    -> DS-5 Trial

    Then in the right-hand side, you will see up to three downloads:

    DS-5 Trial Binary (GPL Sources)
    DS-5 Trial Binary (Linux)
    DS-5 Trial Binary (Windows)

    Next to each of these is a "Download Now" link to download the files. I have found that the extension for the Linux download differs depending on the web browser you use. I originally used Chrome and the file ends with .tgz.tar. If I use Internet Explorer it ends with .tgz. In both cases, extract it the same way at a Linux shell using the gtar command.

Reply
  • On the download page, you should see two columns. In the left hand side are different categories of product, and you should select:

    Software Development Tools
    -> DS-5 Trial

    Then in the right-hand side, you will see up to three downloads:

    DS-5 Trial Binary (GPL Sources)
    DS-5 Trial Binary (Linux)
    DS-5 Trial Binary (Windows)

    Next to each of these is a "Download Now" link to download the files. I have found that the extension for the Linux download differs depending on the web browser you use. I originally used Chrome and the file ends with .tgz.tar. If I use Internet Explorer it ends with .tgz. In both cases, extract it the same way at a Linux shell using the gtar command.

Children