2019-12-16 06:08 AM
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 application).
Using
--debug_symbols
returns an error when using
arm-none-eabi-ar --version
GNU ar (GNU Tools for Arm Embedded Processors 7-2018-q3-update) 2.30.0.20180329
Thanks in advance !
2020-01-08 05:35 AM
Any update on this ?