Hi,
I am using Keil to load an executable .elf image to Cortex m33
based device.
The .elf image is generated outside Keil using makefile, so keil is
used only to load this image to sram.
This .elf image contains debug symbols and paths to source code.
this .elf image is the result of the following process:
I built library with debug information included using option -g and
O0 optimization
Then I build another project that use this Library which is linked
sttaticly to this project
↧