Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: can not step through source code of included library

$
0
0
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

Viewing all articles
Browse latest Browse all 3049

Trending Articles