Hi everyone,
I download DSTREAM V5.22 and install it on my desktop(windows10 x64). The installation goes well, I didn't get any error. but when I open "Eclipse DS5-V5.22", I found eclipse don't contain any DS-5 function, I look like a non-DS-5 eclipse…
Using Eclispe for DS-5 and compiler version 5.05, I get a problem in editing my project source files in the Eclipse Editor. It happens that the Indexer does not recognise the compiler's predefined macros, like "__arm__". This causes numerous…
Hello, ARMer,
I am following Mr. Theobald's blog: UEFI Debug Made Easy to run an UEFI BIOS on a FVP of ArmVExpress-RTSM-A9x4. But when building, an error is always reported as below:
17:42:45 **** Incremental Build of configuration Default for project…
Hello, I am working on DS-5 Professional edition Evaluation version. Where will be a file will get opened if following C code is executed fp = fopen("read.txt", "wb"); ?. I meant know in which directory and How can we specify relative path setting in…
Hello,
I have downloaded and installed DS-5 v5.19.1 professional 64 bit on Ubuntu 12.04 (amd64) today. I also applied for an evaluation license, and tried to build the example "startup cortex-A9" project, but I got an error message "C9932E: Cannot…
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
I use option [attach to a running android application].in addition to breakpoint useless the other is good.
i have replaced ds-5 gdbsever.
I build the apk in mac,debug in winx64.
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.
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;…
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
I am using ARM DS5 Ultimate Edition (Version 5.18.0)
Target aarch64-arm-none-eabi is being used for compilation.I am trying to run the .axf on ARMAEMv8-A_MP_0.While running the .axf I am getting this error:-ERROR(CMD426): Cannot find symbol to start or…
I want to debug the Cortex-A15 MP from renesas (r8a7791) with the DStream, but the chip is not list in the debug configuration connection tab.
I have tried to select the other A15 to connect the target, but it didn't work.
So what can I do to make…
I am using DS5 Evaluation version. I am trying to debug baremetal cortex-A8 executable.The debugger freezes when it tries to connect with Baremetal Cortex-A8 RTSM model?
How to resolve the hang issue?
HI Everyone,
Im Pavi and Ive recently joined the group. I have downloaded DS500-BN-00019-r5p0-17rel1 in order to simulate simple C program ( along with ARM) for DS-5 ARM. Im able to build it but not able to execute or debug it. It gives the error…
Hello, I'm trying to get Streamline in DS-5.17 working with some Pandaboards: I have an A3, an A4 and an ES B2. I'm using kernel version 3.13.3-x10, and my base image is a Debian build from Robert C Nelson's repo http://rcn-ee.net/deb…
I know DS-5 could debug Linux application and Linux kernel.
Could DS-5 debug WinCE kernel or application?
Could we use DS-5 to debug WinCE as bare-metal program?
Said there was no such feature" armasm" ,while I am sure I used the professional version.
It seems that there is no such problem before 5.16 which was updated recently
I am demoing ARM DS-5 Timeline view ( A subset feature of Streamline) feature set to a S/W engineers team at my customer place,
I was asked a question on how to view the events in the micro second(us) scale. As you are seeing in the
attached picture…
The DS-5 community edition use the GNU toochain license by GPL, Does the ARM open the DS-5 community edition source code?
I am building a shared library for my own os with armcc(for some reason used the stdlib's 'malloc'), the link options is "--fpic --shared --linker_script="../lscript.ld" ",buf I got a link fault with:Error: L6286E: Relocation #REL:7 in h1_alloc_mt.o(…
Dear all,I'm tring programing with ARM DS-5 on Zedboard, I just made a simple project to test Bluetooth function.
In this project some bluetooth header files were needed, I copied the header files to "DS-5 install path/include/", but DS-5 compiler…
I want to start writing and testing ARM Assembly programs. What emulator should I use? Does DS-5 or Keil MDK-ARM suffice?