• How to assign own glibc path to aarch64-elf-gcc

    1.
    aarch64-elf-gcc need use glibc2.14 while our central version up to glibc-2.12 only
    2.
    I have downloaded glibc-2.14 in my local directory
    3.
    There is a limitation in my environment that if I add glibc-2.14 path into LD_LIBRARY_PATH directly, DS-5 eclipse…

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