• Inline function attribute causes undefined symbol linking error
    Hello ARM Community, I am using DS-5 5.18.1. I have a C function which must be compiled inline to decrease latency of an FIQ handler. I referenced following document for syntax: http://infocenter.arm...
  • Comparison of errors, warnings and diagnostics in ARM Compiler 6
    The main function of the compiler is to translate source code to machine code but, during the development of a project, we inevitably make some mistake. An important aspect of a good compiler is the capability...
  • arm r5 compiler config
    Hi All, Can we configure r5 compiler to turn of using LDM instructions. I just want to use multiple LD instructions instead of one LDM. Thanks in advance. Best, Patrick
  • Beginner with uVision compiler error
    compiling this first try with uVision:    AREA x,CODE,Readonly    ENTRY       mov r0,#1       END results in: *** Using Compiler 'V5.05 update 2 (build 169)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Build...
  • ARM Compiler 6: Armclang
    ARM Compiler 6 uses armclang, but armclang can't use the intrinsic functions(like __qadd) that has used in the previous compiler.How can I get the optimization code? (Does the intrinsic functions are...