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
0
votes
1 answer

Error L6242E: Cannot link object as its attributes are incompatible with the image attribute

I'm using the ARM DS-5 Eclipse IDE. I'm attempting to link 2 projects (myProj and myProj_bsp). The first one is built on ARM-6 Compiler, meanwhile the second one is built on ARM-5 Compiler. Therefore, I've got the build errors: L6242E cannot link…
LowK
  • 23
  • 6
0
votes
1 answer

Undefined reference to 'function_name' in ARM assembly

I'm attempting to put together some relatively simple code that uses two functions, fact and exp. However, whenever I try to branch to either of them, I get an error that reads: undefined reference to 'fact' and undefined reference to 'exp'. I tried…
0
votes
1 answer

How to define and set a variable in ARM DS-5 Debug/Command view on Eclipse CDT

I am using ARM DS-5 (v5.29.1) Eclipse CDT to debug an embedded project, trying to use the debugger command line for manipulating memory locations through the Commands view in the Debug perspective. According to the debugger's own context help…
ysap
  • 7,723
  • 7
  • 59
  • 122
0
votes
1 answer

Why doesn't Eclipse CDT Indexer index the right configuration?

Using Eclipse CDT from a recent ARM Development Studio (DS) release (v2019.a_1), I imported my project settings from a previous installation (DS-5 v5.26.2). The project is comprised of several configurations, intended for various chips in one chip…
ysap
  • 7,723
  • 7
  • 59
  • 122
0
votes
1 answer

How to efficiently manage file exclusion from build in Eclipse CDT?

I have an embedded C project comprised of dozens of source module and headers, in a directory hierarchy. The project is defined for a few targets (managed using build configurations) and many of the modules are included in the build for only a…
ysap
  • 7,723
  • 7
  • 59
  • 122
0
votes
1 answer

ARM DS5 floating license issue: Vendor daemon is down

I am getting the error: armlmd: The desired vendor daemon is down. I have tried all the methods by reinstalling everything and also downloaded again the license file I have received from ARM. armlmd is not starting. The error displayed is…
mario
  • 360
  • 1
  • 10
0
votes
1 answer

SoC EDS DS-5 installation on Linux

I am trying to install EDS DS-5 18.1 on my Linux 16.04 machine but after installation, I can't run it (not at all even from terminal window). The error message is: the expected Ds-5 environment has not been configured. Please ensure Eclipse is…
Mammad
  • 35
  • 6
0
votes
0 answers

Can't make an executable file in my assembly program (make: *** [makefile:31: HW1.axf] Error 1)

So I'm having this error in DS-5 assembly, I cant seem to make an executable file whenever I build the project, this is the only error I can't fix in my program, I heard it has something to do with directories. Heres an image
0
votes
1 answer

Why does GNU make process hangs up?

TL;DR: On a fresh Windows 10 installation, I installed ARM DS-5 v5.26.2 development tools. I am using its make.exe to build our project, either from Cygwin command line or from the Eclipse IDE's build settings. Our Makefile contains the…
ysap
  • 7,723
  • 7
  • 59
  • 122
0
votes
1 answer

linker can't file the implementation file in c

i am working with eclipse ARM ds-5 on an arria v development kit board and i configured the environment like they show on their website :…
0
votes
1 answer

Memory overlap in DS-5 when implementing code for arm Cortex-A9

I am already stuck for many days trying to implement a code in DS-5, targeting Cortex-A9 and using NEON SIMD intrinsics. I managed to execute some small programs through the debugger, but when I am trying to allocate memory bigger than 256KB I…
0
votes
1 answer

Unable to start "Debug Cortex-A8" debugger on DS-5

I am trying to start the debugger on DS-5 Ultimate Edition Version 5.26.2 which is installed on Windows 10 In debug configuration I choose EB_Cortex-A8->Bare Metal Debug->Debug Cortex-A8 with no Target configuration (no .axf specified) using connect…
0
votes
2 answers

DS-5 eclipse debug stuck at waitForTargetToStop

First I follow the DS-5 start demo and can debug my code correctly on the ARM FVP -> VE_Coretex_A9x1. Then I follow the link to enable NEON and it needs to set CPU target in the build, the axf file has been built correctly but the debugger stops to…
Tmx
  • 579
  • 2
  • 6
  • 17
0
votes
0 answers

Does DS-5 FVP support CacheData View?

DS-5 Debugger Cache View I want to dump cache lines in Cortex-A9 MPCore with DS-5 FVP, but no data in Cache View windows found. Then I google for it, and found the official document: ARM® DS-5™ Debugger User Guide : 10.18 Cache Data view below is…
0
votes
1 answer

Behavior of DS-5 on an unsupported OS

I am able to install DS-5 on an OS (for example Windows 10) that is not officially supported. What is the behavior of DS-5 on such an OS? Will it work partially, for example?
Oak Bytes
  • 4,649
  • 4
  • 36
  • 53