• 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...
  • Weak symbols with GCC and ARMCC
    Hi all, I am trying to use the weak attribute for global initialized variable. It works for a function I am also trying to re-implement, but fail to do so for variable. I am trying to do it for quite...
  • Memory dumps from uVision3
    I'm wondering if there is a way of "remotely" gathering memory dumps from UVision3. I'm writing a Windows based test suit that controls our and tests one of our products and I'd like to automatically...
  • Porting existing project from ARMCC to GCC
    Hello, We have a project where we use the ARMCC toolchain (and Keil RL-ARM libraries). The project was of course born with ARMCC and we want to go on using this toolchain for the commercial project...
  • 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...