• ARM tools use GCC compiled library

    Hi

    I'm using ARM tools (RVDS4) to develop a project. Now I want to use a software lib which compiled by GCC.

    I read spec of GCC and add a compile flag "-mabi=aapcs" to GCC  and rebuild the lib.

    Question:

    1. Is this enough for ARM tools using…
  • ARM GCC 4.7 tool chain and lo power state

    Hi

    I am using a ARM GCC tool chain 4.7

    My platform is a Cortex M3 based platform and we use a low power state

    In this low power state

    voltage of CM3 is reduced to 1.08 and all peripherals except RTC is put in self retaintion.

    RTC and a GPIO pin are only 2…

  • Cortex-A9 inline asm

    Note: This was originally posted on 23rd November 2012 at http://forums.arm.com

    Hi,
    I am getting below error message for arm inlin in gcc compiler , could you please tell me what
    is the reason.
    I am using Cortex-A9 processor.

    for example
    inline asm code
     …