• Porting issue with ARM Compiler armcc
    porting issue
  • 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...
  • 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?
  • 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?
  • Exynos 5 (startup code.)
    Dear all, I am interested in a code snipped that will startup the Cortex-A15 processor (interrupt vectors, MMU cache, etc.. ) and then give control to the main function of a bare-metal application. I...