• Static library
    Hi I have a project made with a custom board with STM32F3, and I use ARM Keil and ARM Tools for development of the project. The current memory's layout is a partition for bootloader and other for...
  • Static/Shared Library for ARM
    I like to generate LIB file (static library) so I do not need to supply client with source code Please advise procedure how to do this. Assumed LPC1768 and MCP1700 eval board. What additional statement...
  • KEIL compiling as static app
    Hello, I have a SAM9260 (board GESBC-9260) with GNU/Linux and I want to build an app, but I'm not able to find option for building app as static (like GCC -static opt). Thanks
  • 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...
  • 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...