• 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.com/help/index.jsp?topic=/com.arm.doc.dui0472k/chr1359124973480…

  • How to make ARM compiler report compilation warnings, as error?

    Note: This was originally posted on 24th November 2008 at http://forums.arm.com

    I want the compiler to report all compilation warnings as errors, in ARM C Compiler. Didn't get any help from the Specs. Has anyone tried this? How can I do it?