• RVCT ARM compiler 3.1
    Note: This was originally posted on 20th February 2009 at http://forums.arm.com Hi, Does RVCT 3.1 compiler is intelligent enough to identify which part of code can be NEON optimized and compiled in NEON...
  • Known Issues or Errata reference for legacy compilers (RVCT 3.1)
    I've spent most of the day trying to find reference material for known issues or limitations for the specific toolchain being used for a project with little luck. The goal is to produce a compiler errata...
  • RVCT Linker
    Note: This was originally posted on 12th June 2012 at http://forums.arm.com Hi, I have a doubt regarding the scatter loading in RVCT linker. My concept is that the linker will generate code for copying...
  • RVCT :time_t
    time_t is defined in time.h as : typedef unsigned int time_t; In my opinion it should be defined as : typedef long time_t; Am I right ?
  • armasm push unknown opcode error
    Note: This was originally posted on 8th April 2008 at http://forums.arm.com Hi, I am trying to compile a .s file using armasm. But i am getting this error "VectorTransform.s", line 8: Error: A1163E: Unknown...