I have compiled a simple "Hello World" program on DS-5 ultimate evaluation version and couldn't find a bare metal FVP on which I can run it. When I select "ARM FVP->VE_AEMv8x1->Bare Metal Debug->Debug ARMAEMv8-A" in "Connection" tab of "Debug Configuration…
Dear Ronan,
We recently got a Juno board. We sucessfully done the setup for android on that.(using the steps given in Setting up Android on Juno)
We are working on some multimedia application, which we want to port it to juno and see the performnace…
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;…