Browse By Tags

  • Compatibility between gcc-arm and ds-5 compiler

    I am trying to build a static library with ARM DS-5, then link to this library from an executable which is built using GCC-arm.

    I am able to build the static library with ARM-DS-5, but when I build my executable (which links to the static library) with…