• 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…