• Recompile neon 32bit instruction for ARMv8 using ndk r10c
    Hello, I have an android application which has neon optimised native code. The neon instructions were written for armv7a architecture. I've read that ARMv8 arch can run  in both 32bit mode and 64bit mode...
  • which is default data model with APP_ABI := arm64-v8a on android-ndk-r10b
    Hi,     If I build a native code on android-ndk-r10b with APP_ABI := arm64-v8a. Which 64-bit data (LP64, LLP64, ILP4) model is used to compile the code? Regards,
  • arm-eabi 4.7 toolchain error
    Hi Experts, While compiling for the android project the linker options -lm -ldl -lc are not working. What could be the reason for the same. Toolchain used is arm-eabi 4.7
  • Compile NE10 to use in iOS
    Hello. There. I was trying to find FFT solution with best performance in mobile environment (Android, iOS). And, I am recently very excited to find NE10. But there is some obstacle in compiling NE10 Library...
  • Reversible Debugging in Native Android
    Reversible debugging in ARM's DS-5 tools has been getting a lot of attention and is quite easy to use in Android Native activities and libraries. See UndoDB in action in Eclipse or DS-5 and learn how...