This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

why AXF file lack debug.str

I use the executable file demo.axf of the project in STM32F4xx_DFP.2.15.0, execute readelf -S demo.axf on the command line and find that demo.axf has .debug.str, but when I compile this project, I find .debug. str disappeared.

My development environment is: keil5.36 MDK, my goal is to extract variable names from .debug.str.