• Load Alignment Exception with Arm Compiler 6.13
    I am working on a low level trusted bootloader (written in C) running on an ARM Cortex-A53 at EL3. The MMU is not setup and the bootloader is running out of ROM. We are linking in the CC712 TEE-SBROM...
  • Load Alignment Exception with Arm Compiler 6.13
    I am working on a low level trusted bootloader (written in C) running on an ARM Cortex-A53 at EL3. The MMU is not setup and the bootloader is running out of ROM. We are linking in the CC712 TEE-SBROM...
  • converting/ moving from Linux compiler to Keil
    Hi Guys, I have started working in a company in which the previous team has made all the firmware in Linux, which I have to compile it in Cygwin. I have access to the project codes( .c and .h files...
  • converting/ moving from Linux compiler to Keil
    Hi Guys, I have started working in a company in which the previous team has made all the firmware in Linux, which I have to compile it in Cygwin. I have access to the project codes( .c and .h files...
  • Building a shared library using armclang (v 6.13) and linking with aarch64-linux-android- toolchain (for use in Android target)
    Hi, I want to build a shared library using armclang (v 6.13) toolchain and finally link it with android 64 bit arm toolchain. The reason is that, I've few performance critical functions and wanted...