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
15
votes
3 answers

How to exclude files from Eclipse indexing (Static Code Analysis)?

I have a makefile project comprised of many source, header and other files, which I am trying to convert to an Eclipse "native" project. The problem that the Indexer reports errors and warning on files that exist in the directories but are excluded…
ysap
  • 7,723
  • 7
  • 59
  • 122
7
votes
1 answer

DS-5 : What is FVP, RTSM, Foundation Model, AEM model, Fast Model, CADI?

DS-5 simulator uses a lot of terms like FVP, RTSM, Fast Models, Foundation Model, AEM Model, CADI. The explanation provided in Arm's documentation is not very clear. What do these terms mean and which ones should I care about as an end user of DS-5?
Oak Bytes
  • 4,649
  • 4
  • 36
  • 53
4
votes
1 answer

Region ram overflowed and section .text will not fit region ram

I'm trying to compile a bare-metal app with GCC compiler (Standard C). I use Cyclone V SoC with Cortex-A9 processor. Eclipse DS-5. I get these errors - "Region ram overflowed by 295376 bytes" and "section .text will not fit region ram". I think that…
Vlad Timofeev
  • 71
  • 1
  • 1
  • 9
3
votes
1 answer

Express floating point constant from EQU symbolic name

I'm programming in ARM assembly in DS-5 5.28, targetting cortex-a8 with floating point and Neon. When expressing constants with EQU, like M EQU 5 then I can use the constant in the rest of the program, in particular when allocating constants in…
m.alessandrini
  • 317
  • 2
  • 9
3
votes
1 answer

Eclipse error "error starting process. Exec_tty error:Cannot run program"

I am using Ubuntu LTS 14 on x86. I have integrated DS-5 in Eclipse. I am trying to compile a simple loop program. There are no errors when I build the project, but I face an error, error starting process. Exec_tty error:Cannot run program. Unknown…
junaids
  • 177
  • 1
  • 4
  • 17
3
votes
1 answer

DS-5 Support for Mac OS X

I am trying to use DS-5 on Mac OS. DS-5 website, https://developer.arm.com/products/software-development-tools/ds-5-development-studio, says that DS-5 has support for Mac OS but I am unable to figure out what exactly is supported. I cannot find Mac…
Oak Bytes
  • 4,649
  • 4
  • 36
  • 53
3
votes
1 answer

How to find where a macro is defined in a project?

I have a project with dozens of source module and dozens header files, some are nested. Working with ARM's Eclipse for DS-5 I get an error indication from the Indexer but not from the compiler. The IDE complains that the FALSE macro in one of the…
ysap
  • 7,723
  • 7
  • 59
  • 122
3
votes
1 answer

How to profile a bare metal source code on ARM platform?

How can I profile my ARM code on a device. It is a bare metal code involves USB and SDH handling, I saw this Code Profiler for ARM but seems to be very slim, I am familiar with DS5 but most of its tools can be used if you are on platform with linux…
0x90
  • 39,472
  • 36
  • 165
  • 245
3
votes
2 answers

Profiling tools for Linux and performance monitoring counters for ARM

The question is mainly regarding the profiling tools available for ARM processors - Specifically ARM v7 ; I'm using a Linux I played around with Intel and AMD processors and I know that they have various profiling tools like Perf, perfmon and…
pistal
  • 2,310
  • 13
  • 41
  • 65
2
votes
1 answer

LD Link Failed - Bad Value

I am trying to compile my code using the DS-5 compiler. In the linking state, I am getting the linker fail error. I see warnings but not concrete errors like undefined references or the like. Can someone help me out on the same The log is as…
2
votes
1 answer

How to reads a file into target memory while using DS-5

I am trying to load an ascii file into memory using the command line and I would like to know if there is a command that does it using ARM DS-5 IDE. I have in the past use the previous ARM tools (RVDS) and been able to perform this task using the…
ruchir
  • 21
  • 4
2
votes
1 answer

Using ARM DS-5 with Eclipse

I am trying to do some embedded programming for an online course. The IDE I had to use does not have a Linux version, so I am planning to use the ARM DS-5. It says it can be used with eclipse but I cannot figure out how to get them to work. I…
chamburger
  • 209
  • 1
  • 3
  • 11
2
votes
1 answer

How to make ARM Eclipse for DS-5 aware of compiler predefined macros?

I am using ARM Eclispe for DS-5 environment to maintain and build a command-line (makefile based) project. Using the Eclipse's Indexer to analyze the code for intelligent browsing and editing, it looks like it does not recognize the underlying ARM C…
ysap
  • 7,723
  • 7
  • 59
  • 122
2
votes
0 answers

Device is not available - Android SDK - DS5 - New Debug Configuration Error

Trying to make a new debug configuration but neither Android phone or Emulator is being recognized - Running on Mac Thanks
2
votes
0 answers

How to debug using RTSM simulator in eclipse (for DS-5) for FreeRTOS?

I am new to FreeRTOS and RTSM simulator. I loaded the code of FreeRTOS and am trying to use the RTSM simulator (simulates ARM Cortex A9). When I change to DS-5 debug perspective and press Debug from Debug Configurations, the simulator seems to be…
1
2 3 4 5