Building a static library with debug symbols for Cortex-M7
Hi community,We are generating a static library for our Cortex-M7 (STM32H743VI), using the following command:arm-none-eabi-ar rcs libtf.a $(OBJS)How to generate the debug symbols ? (so we can debug the library files while using it in the main applica...