How do I move build output directory 'Debug' to another location in the project folder under DS-5 Eclipse environment? Also, I would like to place .project/.cproject files and .settings folder, if possible.
How do I move build output directory 'Debug' to another location in the project folder under DS-5 Eclipse environment? Also, I would like to place .project/.cproject files and .settings folder, if possible.
The example about c++ progran under DS-5 CPP directory is compiled by me with the armcc ,not gcc. But there is an error when compile。
Error: C3321E: automatic configuration failed - could not determine configuration from GCC
make: *** [arm_linux_config…
Now I want to use armcc to compile the c++ program and I want to find a example under DS-5 studio. I find under the DS-5 directory there is a CPP directory. There is a c++ example program for me to refer to. But after I study the makefile file, I have…
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;…
I am working on PB1176JZF-S board. I am usins DS-5 editor and Dstream. I am able to write the program and bebug it. But i want to download my code into NOR or some static memory on the board. Please kindly tell me the procedure. I wrote a program to blink…
Hello,
I am currently using the DS-5 evaluation license, However the following two errors are shown in the console:
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
Hello everyone,
I am starting with a DS-5 professional evalutation edition and was trying to follow the bare metal examples.
But all I got when starting the debugger and chosing a FVP configuration was an error message like that:
"Unable to connect to SMP_primes…
Is there a fast method to import an ARM embedded project containing several folders and subfolders (each with several C and assembly files as well as separate makefile) into ARM DS-5? or shall I import the files one by one into a new DS-5 project.
Thanks…
Hello Friends,
I have a Altera SoC Cyclone 5 Dev Board
I have build (using 30 days evaluation license) the sample "Hello World" Code on Altera DS-5 (Attached Print-Screen)
Then copy generated object file (test.o) to SoC Board and then run this…
Hi all,
What's in your opinion the best available documentation (SPEC, books, articles, video tutorials etc...) for mastering ARM DS-5.
Best thanks.
I have installed Eclipse for DS-5, including a 1-year license I got with a vybrid tower kit. The license seems to be ok, as shown in ARM License Manager. When I try to build, I get an "Error: C9932E: Cannot obtain license for Compiler (feature compiler5…
Python is powerful and we made a set of scripts to test hardware, while to run it as a daily regression, I have to run it mamually in DS-5.
I know any Python & Jython scripts could be invoked from CLI, while the scripts do have some dependency with DS…
Hello Friends,
the Development board which i have is Altera SoC Cyclone V, and license which come along with this is entitled DS-5 altera Edition toolkit.
Altera ppl inform me that
Hello, I'm trying to optimize some functions in ARM Cortex A9 architecture. Now, I want to judge whether the optimization is valid by reading and comparing the executed CPU cycles. But I can't find some tools in DS-5 to do this job. Could you give me…
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…
HEllo every one
I'm trying to collect some info from raspberry pi using streamline. I'm currently trying to figure a way to create gator and deamon but i noticed that raspberry pi is not recognized with the adb devices command. also it is not supported…
Hello everyone,
I'm using the DS-5 Vybrid Tower System Starter Kit version 5.18.0 on Eclipse version 4.3.1 and I'm having some problems installing a new software which is the MQX Freescale software.
Indeed after downloading the latest version of…
Hello everyone,
I've got a question to the developer or project manager of DS-5 Streamline with the ARM Energy probe.
I'm running DS-5 version 5.18.0 and I'm developping a custom ARM Energy Probe.
Everything is working ok but why do you not…
I add about 1000 elf image files to the streamline session capture, and it hints "Java heap space" on error window. I have tried to add the -Xms1024m -Xmx1124m to the eclipse.ini, but failed too.
How can I increase the heap space for the streamline…
I am trying to run the Armadillo Linear Algebra package on my Altera Cyclone V.
Armadillo: C++ linear algebra library
I get it to work with general Linux GCC and it runs on my Red Hat computer
Invoking: GCC C++ Compiler
g++ -I/usr/include -O0 -g3 -Wall -c…
Hello,
I'm considering to use DS-5 for profiling my application. Which are the main limitations of Streamline in the Community Edition? Which counters are available? Can be counters associated to specific instructions?
Thanks for your help
legitmate question, no ?
Regards,
Anthony Harivel
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…