• How to run AArch32 code in DS-5 AArch64?
    Hi, I installed DS-5 64-bit version in windows, but i received 32-bit code which is running on AArch32 without any issue , and it's not running on my machine with AArch64 DS-5, is there any setting...
  • ARM64 Linaro toochain Link error ( R_AARCH64_LD_PREL_LO19 )
    Hi Experts, I am getting following linker error from Linaro aarch64 tool chain( aarch64-linux-gnu-gcc, gcc-linaro-aarch64-linux-gnu-4.8-2014.03_linux),  for our code which uses  pBitReverseIndex, pSignTable...
  • 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...
  • booting linaro kernel in secure mode
    Note: This was originally posted on 20th December 2011 at http://forums.arm.com Hi, Is it possible to boot Linaro kernel in secure mode? I am trying to modify the ACTLR register but it is write-ignore...
  • 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...