Link map

I'm stumped how to generate a link map (Clion, CMake of course, Ubuntu/gcc).

THANX!

0
2 comments

I suppose you mean something like UML diagrams? If so, please upvote a feature request: https://youtrack.jetbrains.com/issue/OC-1038.

0

No, UML diagrams are different. A link map is emitted by the linker and shows the symbol and relocation tables. E.g.

https://stackoverflow.com/questions/38961649/gcc-how-to-create-a-mapfile-of-the-object-file

0

Please sign in to leave a comment.