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