• Inline asm code porting from Arm compiler 5 to 6.11
    Hello, I am porting inline asm code from Arm compiler 5 to 6.11 version, but after compilation I got the error: branch target out of range. My original code: static inline signed short MLIB_AbsSat_F16_FAsmi...
  • Inline asm code porting from Arm compiler 5 to 6.11
    Hello, I am porting inline asm code from Arm compiler 5 to 6.11 version, but after compilation I got the error: branch target out of range. My original code: static inline signed short MLIB_AbsSat_F16_FAsmi...
  • Armclang 6.11 - How to troubleshoot fatal error in backed
    Hello, I am in the process of migrating my project previously built with compiler 5 to 6.11 armclang generates fatal error: error in backend: invalid symbol redefinition when compiling one of...
  • Armclang 6.11 - How to troubleshoot fatal error in backed
    Hello, I am in the process of migrating my project previously built with compiler 5 to 6.11 armclang generates fatal error: error in backend: invalid symbol redefinition when compiling one of...
  • [WEAK] Attribute
    I'm building a project for the STM32F476. The default interrupt handlers are defined in the file "startup_stm32f746xx.s" and they're declared with the weak attribute, like this: EXPORT RTC_Alarm_IRQHandler...