• 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?
  • 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?
  • Migrating from armcc to armclang causes section type conflict
    I am trying to migrate an existing project from armcc to armclang using Keil. Most of the new errors generated by simply switching the compiler have been easily cleaned up with help from their migration...
  • Migrating from armcc to armclang causes section type conflict
    I am trying to migrate an existing project from armcc to armclang using Keil. Most of the new errors generated by simply switching the compiler have been easily cleaned up with help from their migration...
  • ARMCC and CMake armlink problem
    Hi, I'm trying to build my project using ARMCC and CMake but I'm having difficulties with the linking step. The project is building fine with ARM-GCC but when I tried to build it with ARMCC the...