• How can I do profiling in DS-5 without hardware

    Mehdi
    Mehdi

    Dear all

    How can I do profiling in DS-5 without hardware platform.

    and another question :

    Why in RVDS 4.1 we had this feature (profiler utility + RTSM model) but in  DS-5 it seems this feature is canceled !

    Does this feature in RVDS 4.1 have problems…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • table in arm asm

    Umesh Pandey
    Umesh Pandey

    Hi,

    I am currently using ARMv8 DS-5 for development and am unable to find how to define and initialize the variable in arm asm. Specifically, I want to define the following constant variable in asm file:

    const  Word16 tbl[4][8] =

    {

        {   0,   0,  …

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Build startup_cortexA15MPcore using GNU toolchain. URGENT.

    Mazen Ezzeddine
    Mazen Ezzeddine

    Dear all,

    I am trying to build the example  startup_cortexA15MPcore (provided with DS-5)  using GNU toolchain. The example is originally designed for build using ARM standard tools, and the following variables are hence defined :

    CC=armcc

    AS=…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Exynos 5 (startup code.)

    Mazen Ezzeddine
    Mazen Ezzeddine

    Dear all,

    I am interested in a code snipped that will startup the Cortex-A15 processor (interrupt vectors, MMU cache, etc.. ) and then give control to the main function of a bare-metal application.

    I have taken a look at the bare-metal (MP A15) provided…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to load a binary file in DS-5 Ulitmate Edition?

    Gokulkrishna Sekar
    Gokulkrishna Sekar

    How to load a binary file into an memory offset in DS-5 Ultimate Edition?

    load, loadfile and file file does not help in loading binary file.

    Thanks

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Which editions of DS-5 include UndoDB (for a quad core ARMv7-A linux platform)?

    Sushil Nayar
    Sushil Nayar

    I want to try UndoDB for debugging user space applications on a SoC with a quad ARMv7-A (running linux 3.3.8).

    I have read that it is now bundled with DS-5, but is it in every edition ?

    UndoDB isn't mentioned here:

    DS-5 / Compare DS-5 Editions | ARM…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • DS 5 ultimate debugger error TAB89-TAB180

    Sreenath P V
    Sreenath P V

    Hi

    I am getting following error from DS5 ultimate version, while launching the startup_AEMv8x4_FVP at the debugger

    set semihosting enabled off

    set semihosting file-base E:\DS5\Baremetal

    set semihosting enabled on

    ERROR(TAB89-TAB180):

    ! Could not change semihosting…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Can DS-5 Streamline be used with RTSM/Fixed models for cortex-A53 processors?  If it is possible, what is the procedure ?

    srini
    srini

    Can DS-5 Streamline be used with RTSM/Fixed models for cortex-A53 processors?  If it is possible, what is the procedure ?

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • using ds-5 debugger to android

    Cheng Lee
    Cheng Lee

    error info is: Android Debug Bridge (adb) cannot be found. Please ensure the 'adb' command is on the PATH.

    where's the PATH i need to input in eclipse, how can i input adb command in DS-5

    my DS-5 version is 5.18

    1.png
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • i use ds-5 debug,but breakpoint useless.

    TiDa
    TiDa

    I use option [attach to a running android application].in addition to breakpoint useless the other is good.

    i have replaced ds-5 gdbsever.

    wrong.jpgwrong1.jpg

    I build the apk in mac,debug in winx64.

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • 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
  • Anyone running gator with Juno?

    Eric Van Hensbergen
    Eric Van Hensbergen

    I've been trying to get DS-5 5.18 working with gator and Juno and not having any luck.  I built the daemon and driver, but there seems to have been some drift in the tracing infrastructure making it hard to get gator to work with the 3.15 kernel.  Anybody…

    • Answered
    • over 6 years ago
    • Open Source Software and Platforms
    • Arm Development Platforms 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
<>