• Development Studio 2022.2 no longer recognizes options +nofp, +nocrypto etc.
    I have a program, which can be compiled and linked with ARMCompiler6.18, but it failed to link with ARMCompiler6.19, which comes with Development Studio 2022.2. The error is: Error: L6415E: Could not...
  • Is Cortex-R82 fast model available?
    Hi, We are exploring adoption of Cortex-R82 for our new products. Is Cortex-R82 model available in the latest Fast Models release? I don't see it in the CPU list in this page: Fast Models – Arm Developer...
  • Is Cortex-R82 fast model available?
    Hi, We are exploring adoption of Cortex-R82 for our new products. Is Cortex-R82 model available in the latest Fast Models release? I don't see it in the CPU list in this page: Fast Models – Arm Developer...
  • [Cortex-R82] Enable Dcache fail in FVP
    Hi, All: I used FVP_BaseR_AEMv8R to debug cortex r82 . An exception occurred after enabling dcache in SMP mode. Any idea on where I'm doing something wrong? Boot process: 1. cpu0 boot from EL2...
  • compiling kernel: -mcpu=cortex-a15 vs -march=armv7ve?
    I'm compiling an Android kernel for my Xperia Z using Linaro GCC 4.9. My question is, which option gives better optimization -mcpu=cortex-a15 or -march=armv7ve? Or do they give the same results?