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.
HI Everyone,
Im Pavi and Ive recently joined the group. I have downloaded DS500-BN-00019-r5p0-17rel1 in order to simulate simple C program ( along with ARM) for DS-5 ARM. Im able to build it but not able to execute or debug it. It gives the error :" Launch Failed, BInary not Found". While building it is generating .axf file.
Can anyone help me in this regard, Please??
Thanks in advance
Regards
Pavi
hi Joe,
Im using it on Ubuntu ( Linux) not windows............
Hi,
It looks from your error message like you might not have launched the debugger from the DS-5 Debug Control view, instead, it looks like it was trying to run natively on your machine - this won't work. My colleague has just tried this on his Ubuntu machine and can reproduce the same error by trying to run the hello executable natively.
Rather than opening the hello project in project explorer and trying to debug the stripped executable simply by clicking the debug button, you need to run the debug configuration to make sure that the FVP gets launched.
Open your Debug Control view and right click inside it, or select the arrow next to the debug icon. Select Debug Configurations...
Now, select hello-FVP-example which is located in DS-5 Debugger (this is preconfigured to just work) and click Debug:
It should be exactly the same in Ubuntu. The only other possible thing that you might want to check is that if you installed the 64-bit version, you have included the 32-bit compatibility libraries.
Thanks,
Joe
Thanks a lot for your time and effort. Now Im able to run the example code successfully with your guidance.Now I have an issue reg assembly files. If I want to combine assembly code with C, this code is not allowing me to do so( I've tried to change the example code and run it in debug perspective only).
Can I get any help in this regard. I wanted to run ARM NEON instructions using DS-5. How do I need to proceed for that.?
Thanks again Joe.
Awaiting for your reply.
Pavi.
Hi Pavi,
There's a tutorial about using inline assembly here that my colleague chriswalsh recently put together. In the same tutorials section, you'll also find one about enabling NEON.
Hope this helps,
Hi Joe,
Failed target configuration:
Configuring the target for debug - See the App Console for further information
In the tutorial the guidance is given only until building the arm project which I've already done earlier without any problem.When I try to execute it, its giving me the problem.
Kindly, go through and help me out.
Thanks and Regards