• 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 vs gcc - which is better compiler
    Hello All, we use gnu gcc compiler with optimize option for our build. But optimize option inline everything and hard to debug, can't see local variables & symbols. General question, which is better...
  • ds5 armcc link erro
    I am building a shared library for my own os with armcc(for some reason used the stdlib's 'malloc'), the link options is "--fpic --shared --linker_script="../lscript.ld" ",buf I got a link fault with...
  • Using armcc with Autotools
    I'm trying to migrate a bare metal ARM project, that was previously built with GCC (arm-xilinx-eabi) and Autotools, over to DS-5 armcc toolchain.  Does anyone have a working example of using Autotools...
  • armlink stuck in armcc
    Hi I want to use armcc to pre-process my scatter file: #! armcc -E ... but armlink gets stuck. If I kill armcc.exe armlink returns an error that armcc terminated (because of killing). Any idea?