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

Map file description of keil linker

Hello!

In keil map file, I don't know all the title name's meaning. For example, what does the 'Idx' mean in Memory Map of the image section of map file?

What's the letter "E" in this section before Section Name?

Thanks!

Parents
  • The linker manual describes the option --section_index_display, which  controls the information displayed in the Idx field. The 'E' field is the entry point, as you pointed out. You can set another entry point using --entry=symbol. But even if you do, you'll get a '*' next to !!!main. The other columns are fairly well explained in the linker manual.

Reply
  • The linker manual describes the option --section_index_display, which  controls the information displayed in the Idx field. The 'E' field is the entry point, as you pointed out. You can set another entry point using --entry=symbol. But even if you do, you'll get a '*' next to !!!main. The other columns are fairly well explained in the linker manual.

Children
No data