• Moving build output directory 'Debug' to another location in the project folder under DS-5 Eclipse environment?

    Pradeep Arora
    Pradeep Arora

    How do I move build output directory 'Debug' to another location in the project folder under DS-5 Eclipse environment? Also, I would like to place   .project/.cproject files and   .settings folder,   if possible.

    …
    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • armcc compile c   error  under DS-5 tool

    zg
    zg

    The example about c++ progran under DS-5 CPP directory is compiled by me with the armcc ,not gcc.  But there is an error when compile。

    Error: C3321E: automatic configuration failed - could not determine configuration from GCC

    make: *** [arm_linux_config…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • how to use the armcc to compile the C ++  program in the DS-5 studio

    zg
    zg

    Now I want to use armcc to compile the c++ program and I want to find a example under DS-5 studio.  I find under the DS-5 directory there is a CPP directory. There is a c++ example program for me to refer to. But after I study the makefile file, I have…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • ARM DS-5 error when connecting to target

    Brian Watson
    Brian Watson

    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.

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • ARM Cortex-A53 - How to compile and run (Simulate) an hello world .c code on DS-5 Eclipse Environment?

    Yos
    Yos

    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;…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to dowload program using DS-5,Dstream in PB1176JZF-S into it's Flash or any static memory.

    pavan talluri
    pavan talluri

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • License error: DS-5 Evaluation license

    Mazen Ezzeddine
    Mazen Ezzeddine

    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…
    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • ARM Cortex-A7 FVP

    ingdb
    ingdb

    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

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Simulation in DS-5

    ingdb
    ingdb

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Import standalone ARM  projects to DS-5.

    Mazen Ezzeddine
    Mazen Ezzeddine

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to run Code on ARM platform...?

    kaushal
    kaushal

    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…

    • Answered
    • 5885.zip
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • ARM DS-5 documentation.

    Mazen Ezzeddine
    Mazen Ezzeddine

    Hi all,

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

    Best thanks.

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • DS-5 vybrid edition and licensing

    Andreas Marti
    Andreas Marti

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to run Jython scripts out of DS-5?

    steeven
    steeven

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • what is  bare-metal GCC toolchain

    kaushal
    kaushal

    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…
    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to get CPU cycles of a function using DS5 (or Streamline)?

    yuchen1998@sina.com.cn
    yuchen1998@sina.com.cn

    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…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Facing issues while using debugger ARMAEMv8-A_MP_0 on DS5. How to solve it?

    Nabaneeta
    Nabaneeta

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Raspberry pi with streamline ds-5

    Olfat
    Olfat

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Problem DS-5 Eclipse and MQX plugin

    RIDA ALI
    RIDA ALI

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Streamline capture issue with custom ARM Energy Probe.

    Harivel
    Harivel

    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…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to solve the Java heap space when streamline analyse the capture?

    TonyHo
    TonyHo

    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…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Build a shared library for DS-5

    Mark
    Mark

    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…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • DS-5 Community Edition - Streamline limitations

    Andrea Zanelli
    Andrea Zanelli

    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

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Why is there no documentation about the ARM Energy Probe protocol when you can set a custom probe device in DS-5 ?

    Harivel
    Harivel

    legitmate question, no ?

    Regards,

    Anthony Harivel

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to debug a target not list in DS-5 connection tab?

    TonyHo
    TonyHo

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • View related content from anywhere
  • More
  • Cancel
<>