Questions tagged [ds-5]

Questions related to ARM DS-5 Development Studio suite of tools.

Questions related to ARM DS-5 Development Studio suite of tools. This includes IDE, Compiler, Streamline Performance Analyzer, Fixed Virtual Platform (FVP) and DS-5 Debugger.

More information is available at http://ds.arm.com

Related tags:

  • - Fixed Virtual Platform (FVP).
  • - C/C++ compiler, part of ARM Compiler 5 and below.
  • - LLVM based C/C++ compiler, part of ARM Compiler 6.
  • - Streamline performance analysis tool.
72 questions
1
vote
1 answer

DS-5 example code

I have been trying to find DS-5 example code. Does DS-5 have example code showing how to use different features? If yes, how can I get access to it? And what does the sample code cover?
Oak Bytes
  • 4,649
  • 4
  • 36
  • 53
1
vote
1 answer

Why am I getting an "License checkout" error in DS-5?

I try to compile the TrustZone example provided by examples/Bare-metal_examples_ARMv7.zip in DS-5 v5.21.1(latest version) and then I get this License checkout for feature compiler5 with version 5.0201503 has been denied by Flex back-end. Error…
Tgn Yang
  • 330
  • 3
  • 16
1
vote
3 answers

What is gator? What is the link between ARM DS-5 streamline and gator?

In the Streamline documentation, there is a constant mention of gator. Can someone please explain what is this gator and what is the link between it and the Streamline?
Oak Bytes
  • 4,649
  • 4
  • 36
  • 53
1
vote
0 answers

How to import a Makefile-based project filesystem to Eclipse based ARM DS-5 Workbench?

We have an ARM project comprised of dozens of C source and header files, built from CLI using a Makefile hierarchy (specific build options are given as make command line params). The dev environment is the ARM DS-5 toolset. I want to use the…
ysap
  • 7,723
  • 7
  • 59
  • 122
1
vote
0 answers

arm inline gcc error : expeced a ")"

I am using the following code to perform multiplication using DS5 ARM C Compiler 5. The compiler throws build errors stating expected a ")" static __inline int32_t multiply(int32_t x, int32_t y) { __asm volatile( "mul %0, %1,…
SarC
  • 118
  • 1
  • 7
1
vote
0 answers

Is it possible to obtain trace of FVP using DS5 v5.21.1 ultimate(Evaluation version)

I am using DS5 v5.21.1 ultimate(Evaluation Version), I am trying to capture trace of ARM cortex A8 Fast model ("ARM FVP (Installed with DS-5) -> Cortex-A8 -> Bare Metal ->Debug -> Debug Cortex-A8") and have also added "--plugin MTS" option in the…
SarC
  • 118
  • 1
  • 7
1
vote
0 answers

Cross compiling mySql client in DS-5 eclipse

I am trying to access an SQL server from a c/c++ application using mySql on an embedded ARM processor running Debian. I am compiling using the DS-5 eclipse based IDE (with gcc) under Windows. The problem is that several of the header files are only…
1
vote
1 answer

Error while Debugging using Eclipse for DS-5

I am using DS5 evaluation version. I created a simple hello world C project in eclipse for DS5. Project type chosen while creating the project is Bare Metal executable->Empty project. Tool chains ARM Compiler 5 was selected. I complied the code and…
mario
  • 360
  • 1
  • 10
1
vote
1 answer

Eclipse ARM debugging view

Is there any kind of plugins for eclipse that will show Stack Pointer, Call stack, Watch (for variable) and sth else that will help us debugging code via eclipse?
PatLas_work
  • 89
  • 1
  • 3
1
vote
0 answers

DS-5 CE Android Debug tool setup: "Replacing NDK's gdbserver"

I would like to debug a combined Java/C++ app which is occasionally crashing inside the C++. I am using Eclipse Kepler on a Windows-7-64 PC. After reading this SO question I decided to try out the DS-5 CE Android Debug tool. So I went to the…
Mick
  • 8,284
  • 22
  • 81
  • 173
1
vote
1 answer

Cycle Count Profiling on ARM DS-5 Simulator

I am trying to use a profiler on DS-5 Simulator. I dont want to attach any boards at this time and hence I believe I cannot use the Streamline Analyzer. My question is how can I see code coverage and cycle count usage on DS-5 Simulator (Cortex A8)…
user1116700
  • 47
  • 2
  • 10
1
vote
1 answer

How to use the DS5 to graphically preview data that were captured by a different tool?

DS-5 is a tool available from ARM which provides an Eclipse user interface for debugging and perform profiling analysis. I would like to use the community version in eclipse of its streamline to perform my own open community visual offline profiler.…
0x90
  • 39,472
  • 36
  • 165
  • 245
1
vote
1 answer

Installing the ARM DS-5 community edition under Ubuntu 64 bit

http://ds.arm.com/ds-5-community-edition/ I have a 64 bit installation of Ubuntu 12.04 Precise Pangolin, i want to install the community edition of DS-5, but i can't. I have the 32 bit version of Eclipse and the 32 bit version of an official JDK…
user827992
  • 1,743
  • 13
  • 25
0
votes
1 answer

Separating array with ARMv8 assembly code

I need help with my assembly code it is supposed to split an array into two arrays. One stores prime numbers, and the other stores composites. There is C code that does this with the "primeIterator" function but i need to link another file…
user22437801
0
votes
2 answers

Android kernel configuration menu for ARM DS-5 Streamline

I am trying to use ARM DS-5 streamline for Android and I am having a hard time to figure out the basic settings. You must enable certain kernel configuration options to run Streamline. In the kernel configuration menu, use the arrow keys to…
codereviewanskquestions
  • 13,460
  • 29
  • 98
  • 167