
STM32 Library paths included in flash memory
STM32 Library paths included in flash memory
After compiling the code, when opening the binary it is possible to see the path of some libraries, how can I avoid including this information in the binary? - STM32F103 nucleo 

Re: STM32 Library paths included in flash memory
maybe it is debug info? try playing with the -g (debug) flags,
Re: STM32 Library paths included in flash memory
hello.
how could i do this?
how could i do this?
Re: STM32 Library paths included in flash memory
if you are using the (arduino) IDE, check in the menu for debug options
no promises though, it is likely some symbols remains
no promises though, it is likely some symbols remains
Re: STM32 Library paths included in flash memory
Which options are set in the Arduino menu?