• Need to know how to make an ARMV8 assembly call from C code

    CS-Jay
    CS-Jay

    Hello. I'm working on a DS-5 project for a computer architecture class.

    Our instructor set up and put the project up for download. However for our final project my group and I are to work together on a small implementation of our choice.

    Since its…

    • over 2 years ago
    • Software Tools
    • Arm Development Studio forum
  • VTTBR_EL2 getting populated at EL1 ?

    armdev
    armdev

    Hi,

    I am facing an issue where after doing "eret" to EL1 when I see from DS-5 debugger MMU view I can see VTTBR_EL2 entries.

    It seems that at EL1 level VTTBR_EL2 is visible as debugger is able to parse that memory ?  I am confused as my Linux…

    • Answered
    • over 4 years ago
    • Software Tools
    • Arm Development Studio forum
  • GCC/GDB questions

    Daniel Sears
    Daniel Sears

    I'm evaluating the ARM DS-5 and Linaro toolchains and the FVP model simulators. I'm starting with the DS-5 Community Edition and the Foundation Profile simulator before advancing to the commercial tools. So I have a few questions:

    • The hello.c example…
    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • armv8 bootrom

    bug57520
    bug57520

    Hi ARM experts,

       

    I'm new to develop boorom with armv8 CPU. 

    I have seen the example in ARM DS-5 .(startup_v8_ARMCompiler6)

    But I have no idea which step is  essential .

    Could you show me or tell me where I can find the related…

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • Does DS-5 ultimate evaluation version offer an FVP to ARMv8 executable?

    ashwani
    ashwani

    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…

    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to run DS-5 project directly on juno development platform

    JUGALA
    JUGALA

    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…

    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • table in arm asm

    Umesh Pandey
    Umesh Pandey

    Hi,

    I am currently using ARMv8 DS-5 for development and am unable to find how to define and initialize the variable in arm asm. Specifically, I want to define the following constant variable in asm file:

    const  Word16 tbl[4][8] =

    {

        {   0,   0,  …

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • ARM Cortex-A53 - How to compile and run (Simulate) an hello world .c code on DS-5 Eclipse Environment?

    Yos
    Yos

    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;…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Facing issues while using debugger ARMAEMv8-A_MP_0 on DS5. How to solve it?

    Nabaneeta
    Nabaneeta

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • ARMv8 Compiler Issue concerning SoftVFP option

    curinga
    curinga

    Hi,

    We are currently using the DS5 ARM C/C++ Compiler for ARMv8, 4.9 [Build 422] and we are facing some issue with the --fpu=SoftVFP option.

    While using this option we have the following error messages:

    Error: C3003E: FPU SoftVFP is incompatible with selected…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • how to get ARMv8 model

    zhizhou
    zhizhou

    I'm trying to run example of ds-5 for armv8.

    on this step, I can't find FVP_VE_Cortex-A57x4.so, could anyone tell me how to get ARMv8 model? and what's it? how to install it?

    thanks very much

    "On Linux hosts: ./model_shell <Install dir of…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • if i were to develop code for A57 on simulator, what would i set my toolchain to?

    mike b
    mike b

    I would like to develop code for A57 (AARCH64). What toolchain should I use for ARM simulator? can i insert it into DS-5 eclipse enviornment? Is there a eclipse plugin? If not what do I set to build debug in DS-5? what are my options?

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • View related content from anywhere
  • More
  • Cancel