We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
I am sorry, my last reply about -fno-omit-frame-pointer is incorrect. For assembly code it is probably necessary to add additional directives to the code to specify the start and end of functions, but I do not know the correct syntax for this.
For the download problem, I tried the Windows build and it was Ok. When I downloaded the Linux build I found it had what looks like the wrong file extension, which may cause errors when you try to extract it. The Linux build downloaded for me as:
DS5TR-BN-00001-r5p0-03rel0.tgz.tar
And it can be extracted using:
gtar -zxvf DS5TR-BN-00001-r5p0-03rel0.tgz.tar
clicked download image, it links to same page. When you move cursor over the download image, you can see the link has no *tar file at the bottom of the browser.
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.
I am not seeing your page, Here is download page I get www.arm.com/.../ds-5.php I use firefox.
I can now reproduce this. I think this is a problem with the website. The solution is to logout using the button in the top-right corner of the page, then log back in again. After this you should reach the download page that I described before.
It's the web browser that adds .tar if it thinks the mime type for the file suggests it is a tar file.
It's a common problem with compressed tar files.
I just tested the new release. It has same issues as before, no register, no stack frames in assembly code and it doesn't step out. Are they tested OK in windows environment?
> Are they tested OK in windows environment?
The DS-5 releases are tested on various versions of Windows and Linux both 32- and 64-bit.
For Linux hosts, the primary platform is Red Hat Linux Enterprise 5 for x86 (32- & 64-bit). They have also been tested some on Ubuntu 9.10 64-bit, but it's not officially supported yet.
I tested DS-5 in Windows Vista, there are still no frame stacks in assembly codes except registers view.