• What is the equivalent of GCC's -backtrace with ACFL?
    I am trying to use Arm Compiler for Linux (version 22.1.0) instead of GCC (version 11.2.0) and I struggle to find the equivalent of GCC's compiler options, in particular -fbacktrace (but also -fcheck...
  • in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?
    in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?
  • in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?
    in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?
  • armcc equivalent for gcc -Wuninitialized
    Hello, after spend an entire afternoon tracking a uninitialized class member kind of bug, i could be able to find the armcc compiler equivalent of the gcc -Wuninitialized flag that in theory warn about...
  • armcc equivalent for gcc -Wuninitialized
    Hello, after spend an entire afternoon tracking a uninitialized class member kind of bug, i could be able to find the armcc compiler equivalent of the gcc -Wuninitialized flag that in theory warn about...