• ARM DS-5 error when connecting to target

    ARM DS-5 reporting launch configuration error:

    "Target download directory requires an absolute path" but no indication of what is wrong.

    Can someone please advise as to what is not set correctly?

    Brian.

  • ARM Cortex-A53 - How to compile and run (Simulate) an hello world .c code on DS-5 Eclipse Environment?

    I would like to open a new project under DS-5. I want it to have the following code:

    int main() {

         int a = 7;

         int b = 3;

         for (int i=0; i < a*b; i++)

             a = b+i;…

  • How to dowload program using DS-5,Dstream in PB1176JZF-S into it's Flash or any static memory.

    I am working on PB1176JZF-S board. I am usins DS-5 editor and Dstream. I am able to write the program and bebug it. But i want to download my code into NOR or some static memory on the board. Please kindly tell me the procedure. I wrote a program to blink…

  • License error: DS-5 Evaluation license

    Hello,

    I am currently using the  DS-5 evaluation license, However the following two errors are shown in the console:

    • License checkout for feature ds5eval_compiler5 has been denied by Flex back-end.
    • License checkout for feature Product.Compiler6 was…
  • ARM Cortex-A7 FVP

    Hello

    I am using the DS-5 professional edition and I can execute the examples for the ARM Cortex-A8 FVP. But where do I get the FVP for the ARM Cortex-A7?

    regards

    Matthias

  • Simulation in DS-5

    Hello everyone,

    I am starting with a DS-5 professional evalutation edition and was trying to follow the bare metal examples.

    But all I got when starting the debugger and chosing a FVP configuration was an error message like that:

    "Unable to connect to SMP_primes…

  • Import standalone ARM  projects to DS-5.

    Is there a fast method to import an ARM embedded project containing several folders and subfolders (each with several C and assembly files as well as separate makefile) into ARM DS-5? or shall I import the files one by one into a new DS-5 project.

    Thanks…

  • How to run Code on ARM platform...?

    Hello Friends,

    I have a Altera SoC Cyclone 5 Dev Board

    I have build (using 30 days evaluation license) the sample "Hello World" Code on Altera DS-5 (Attached Print-Screen)

    Then copy generated object file (test.o) to  SoC Board and then run this…

  • ARM DS-5 documentation.

    Hi all,

    What's in your opinion the best available documentation (SPEC, books, articles, video tutorials etc...) for mastering ARM DS-5.

    Best thanks.

  • DS-5 vybrid edition and licensing

    I have installed Eclipse for DS-5, including a 1-year license I got with a vybrid tower kit. The license seems to be ok, as shown in ARM License Manager. When I try to build, I get an "Error: C9932E: Cannot obtain license for Compiler (feature compiler5…

  • How to run Jython scripts out of DS-5?

    Python is powerful and we made a set of scripts to test hardware, while to run it as a daily regression, I have to run it mamually in DS-5.

    I know any Python & Jython scripts could be invoked from CLI, while the scripts do have some dependency with DS…

  • what is  bare-metal GCC toolchain

    Hello Friends,

    the Development board which i have is Altera SoC Cyclone V, and license which come along with this is entitled DS-5 altera Edition toolkit.

    Altera ppl inform me that


    1. This toolkit doesn't include a license to the ARM Compiler.
    2. Altera SoC…
  • How to get CPU cycles of a function using DS5 (or Streamline)?

    Hello, I'm trying to optimize some functions in ARM Cortex A9 architecture. Now, I want to judge whether the optimization is valid by reading and comparing the executed CPU cycles. But I can't find some tools in DS-5 to do this job. Could you give me…

  • Facing issues while using debugger ARMAEMv8-A_MP_0 on DS5. How to solve it?

    I am using ARM DS5 Ultimate Edition (Version 5.18.0)

    Target aarch64-arm-none-eabi is being used for compilation.
    I am trying to run the .axf on ARMAEMv8-A_MP_0.
    While running the .axf I am getting this error:-
    ERROR(CMD426): Cannot find symbol to start or…

  • Raspberry pi with streamline ds-5

    HEllo every one

    I'm trying to collect some info from raspberry pi using streamline. I'm currently trying to figure a way to create gator and deamon but i noticed that raspberry pi is not recognized with the adb devices command. also it is not supported…

  • Problem DS-5 Eclipse and MQX plugin

    Hello everyone,

    I'm using the DS-5 Vybrid Tower System Starter Kit version 5.18.0 on Eclipse version 4.3.1 and I'm having some problems installing a new software which is the MQX Freescale software.

    Indeed after downloading the latest version of…

  • Streamline capture issue with custom ARM Energy Probe.

    Hello everyone,

    I've got a question to the developer or project manager of DS-5 Streamline with the ARM Energy probe.

    I'm running DS-5 version 5.18.0 and I'm developping a custom ARM Energy Probe.

    Everything is working ok but why do you not…

  • How to solve the Java heap space when streamline analyse the capture?

    I add about 1000 elf image files to the streamline session capture, and it hints "Java heap space" on error window. I have tried to add the -Xms1024m -Xmx1124m to the eclipse.ini, but failed too.

    How can I increase the heap space for the streamline…

  • Build a shared library for DS-5

    I am trying to run the Armadillo Linear Algebra package on my Altera Cyclone V.

    Armadillo: C++ linear algebra library

    I get it to work with general Linux GCC and it runs on my Red Hat computer

    Invoking: GCC C++ Compiler
    g++ -I/usr/include -O0 -g3 -Wall -c…

  • DS-5 Community Edition - Streamline limitations

    Hello,

    I'm considering to use DS-5 for profiling my application. Which are the main limitations of Streamline in the Community Edition? Which counters are available? Can be counters associated to specific instructions?

    Thanks for your help

  • Why is there no documentation about the ARM Energy Probe protocol when you can set a custom probe device in DS-5 ?

    legitmate question, no ?

    Regards,

    Anthony Harivel

  • How to debug a target not list in DS-5 connection tab?

    I want to debug the Cortex-A15 MP from renesas (r8a7791) with the DStream, but the chip is not list in the debug configuration connection tab.

    I have tried to select the other A15 to connect the target, but it didn't work.

    So what can I do to make…

  • Reg Optimization

    Hi there,

              Im using DS-5 simulator for coding C program along with Assembly and Neon.In this vectorization is working perfectly but when optimization of MEDIUM/HIGH level is used, the  pointer increment is not working properly. Can anyone help…

  • Armulator integration with DS-5

    Hi all,

    Is it armulator integrated in the DS-5 suite ?

    If so how to invoke the same and if not is it possible to integrate the same.

  • DS-5 Debugger hang issue, while debugging c/c++  application on Baremetal cortex-A8 using RTSM model?

    I am using DS5 Evaluation version. I am trying to debug baremetal cortex-A8 executable.The debugger freezes when it tries to connect with Baremetal Cortex-A8 RTSM model?

    How to resolve the hang issue?