• Linaro Kernel that AArch32 applications run in EL0
    Hello everyone. Would you let me know how to build Linaro Kernel that AArch32 applications run in EL0? I'm trying to build Linaro Kernel while seeing the following site. http://releases.linaro.org/latest...
  • Startup.s for AARCH32 mode for ARMv8 examples
    For all the sample examples for v8 that comes with DS-5 studio installation, Startup.S for all of them are being built up in AARCH64 mode only. Is there any place where we can get startup.s for AARCH32...
  • 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...
  • Delay in aarch64-elf-gdb symbol parsing
    Hi All, When I try to parse the symbols using the latet aarch64-gdb from the arm website it is giving some unexpected delay during the symbol parsing. For example, if i execute "file filename.elf...
  • Unable to run code in optimization level O1, O2 and O3 in DS-5
    Hi all, I am able to run code in optimization level - O0 in DS-5 and outputs also matched with reference outputs, but the same code is not working in other optimization levels - O1, O2 and O3...