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
2 answers

Eclipse DS-5:An error was encountered when searching for Android devices

I'm using ARM's tool DS-5(to debug android NDK apps), follow this doc:http://www.arm.com/zh/products/tools/software-tools/ds-5/community-edition/ds-5-community-edition-debug.php Get a error says: An error was encountered when searching for Android…
Maadiah
  • 431
  • 6
  • 20
1
vote
1 answer

How to build Android kernel to use DS-5 streamline?

I am tying to use ARM DS5 Streamline for Android. To use Streamline with your Android target, you must build the Gator driver, gator.ko and place it in the same directory as the Gator daemon, gatord, on the target file system. Transfer the gator…
codereviewanskquestions
  • 13,460
  • 29
  • 98
  • 167
1
vote
1 answer

How to display a pointer as an array, possibly of certain range

Is there a way to display a pointer as an array (of a certain length, or better yet, a certain range) in Eclipse-CDT's Expressions view? Specifically, using ARM Development Studio (formerly DS-5). Searching this question brings up a few old threads,…
ysap
  • 7,723
  • 7
  • 59
  • 122
1
vote
1 answer

ARM DS-5 development studio cannot start

I have installed ARM DS-5 on my PC (Windows 10 64-bi); When launching Eclipse I got an error message: Could not read environment file C:...\ds5\win_64\r5p0-27rel0\sw\info\env.ini": Operation not permitted I have Full Control of this env.ini file and…
Zhe M.
  • 87
  • 6
1
vote
1 answer

DS5 Ultimate edition different behavior while accessing first float argument passed to asm call

I am using DS5 ultimate edition for assembly coding and execution on cortex-a53 32 bit. From my C function i am calling asm function. The usual norm is when from C function asm function is called and arguments passed, the first float argument is…
mario
  • 360
  • 1
  • 10
1
vote
0 answers

How to debug the latest kernel using arm ds-5?

https://developer.arm.com/products/software-development-tools/ds-5-development-studio/resources/tutorials/linux-symmetric-multiprocessing-kernel-debug I'm going to debug kernel using an example. But kernel version is 3.4. How to debug the latest…
B.Yong
  • 25
  • 4
1
vote
1 answer

Armclang with the TMS570

Is it possible to use armclang with the TMS570? The Cortex-R4F manual states that it supports little endian and byte invariant big endian (BE-8) but NOT word invariant big endian (BE-32), yet the TMS570 says that it is is BE-32. I am trying to…
Realtime Rik
  • 1,632
  • 10
  • 22
1
vote
0 answers

Eclipse DS-5 Add Button

I use the command window in my Elcipse DS-5 for ARM Cortex-M3 setting and clearing of named registers and bits which I have defined separately. I usually have to type something like this in the command window for bits to get modified: set var…
Engo
  • 39
  • 4
1
vote
0 answers

Building and debugging ARMV8 assembler applications on Windows

I'm trying to learn ARMV8 assembler, and am trying to build a test application on Windows. I've installed ARM DS-5 Community Edition, version 5.26.2. After much hair pulling trying to install toolchains, I finally installed the "mingw32" toolchain…
Dave
  • 146
  • 1
  • 10
1
vote
0 answers

How to configure the timeout for the Debug Control's "Connect to target" operation?

Using Eclipse CDT/DS-5 for ARM, I am debugging a hardware setup using the DSTREAM target connection. Occasionally, the connection to the board fails. However, the failure indication takes a long time to complete, and during this time, the debugger…
ysap
  • 7,723
  • 7
  • 59
  • 122
1
vote
0 answers

Automating Eclipse DS-5 , by command line

Can I invoke Eclipse (DS-5), by command line (multiple invokations are acceptable, if I cannot stack commands) to: build my project lcoally load my project to target run my application (capturing outpust is "nice to have", but not "must…
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
1
vote
2 answers

Debugger memory watch/examine for cached memory

I am trying to debug a program which is partially working with cached data memory and from cached instruction memory. The question is about how the debugger works, when trying to examine such a memory. Does it access the cached copy when examining a…
Eugene Sh.
  • 17,802
  • 8
  • 40
  • 61
1
vote
2 answers

Is this an ARM Compiler code generation error?

I am working on an embedded system which includes an ARM Cortex-M4 CPU and a few peripherals. One of the peripherals contains blocks of SRAM which are accessible from the CPU side (via the AHB bus), but access must be a word size transaction (using…
ysap
  • 7,723
  • 7
  • 59
  • 122
1
vote
1 answer

DS-5 debugger target support

ARM DS-5 claims to support different kinds of targets. What are different types of targets supported by DS-5? How can I connect to these targets?
Oak Bytes
  • 4,649
  • 4
  • 36
  • 53
1
vote
1 answer

Import DS-5 plugin to an existing eclipse installation

I have an existing eclipse installation to which I want to import DS-5 as a plugin. Is this supported for the paid versions, Professional and Ultimate edition?
user4508408