Browse By Tags

  • Facing issues while using debugger ARMAEMv8-A_MP_0 on DS5. How to solve it?

    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…

  • Baremetal AARCH64 application with file IO

    Is it possible to run an baremetal application with fileio on the ARMv8 Foundation model.

    If so do you have example linker script?

  • Armv8 Foundation simulator

    Hi,

    i'm doing some experiments on Aarch64/Aarch32 using the Foundationv8 simulator.

    For starting, i got the linux/bootwrapper/toolchain code from linaro, compiled the software and the linux kernel in 64 bits without any problem.

    Then i started modifications…

  • Entering aarch32 state through software instruction

    Hi,

    I have a 64bit application running on armv8(foundation model)

    My question is

    1. Can I link aarch32 library to aarch64 application ?

    2. Is there a way to enter aarch32 state when application is running in aarch64 state in Exception level 0 ? I tried…