Skip to content

Commit

Permalink
Generating a .map file when building an elf executable
Browse files Browse the repository at this point in the history
The map file makes it easier to see how we layout sections in
memory and what symbols are included and dropped.
  • Loading branch information
silabs-kjetil committed Feb 22, 2024
1 parent 7082e9a commit caea081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/Common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ else
-nostartfiles \
$(TEST_FILES) \
-T $(LD_FILE) \
-Xlinker -Map=$*.map \
$(LD_LIBRARY) \
-lcv-verif
endif
Expand Down

0 comments on commit caea081

Please sign in to comment.