• Static library links differently with gcc ld and armlink
    Hi, I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint. I've used that library successfully...
  • Compatibility between GCC static library and armlink
    Hi, I have a static library built with arm-none-eabi-gcc (for Cortex-M4) that works fine when linked with ld. But after I linked it using armlink, the functionality was broken. I want to ask if some considerations...
  • Compatibility between ARM GCC and ARM's ARMLINK tools
    Hello, I wonder if it is possible to build a static library using the ARM GCC tool chain(Sourcery CodeBench) for ARM9 and link it later with libraries built with ARM Keil compiler(armcc) and linker(armlink...
  • 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...
  • what library used on arm gcc none eabi ?
    1. Does arm-gcc-none-eabi and newlib is packed? 2. Why arm-gcc-none-eabi need glibc 2.14? I have a problem when I use arm gcc none eabi cross compiler. "version GLIBC_2.14 not found" Then...