.map file for static library

Sysprogs forums Forums VisualGDB .map file for static library

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12213
    jmkresse
    Participant

    I’m converting a static library project from using GNU make to MSBuild. How do I specify that I want a .map file generated when using MSBuild?

    Thanks!

    #12214
    support
    Keymaster

    Hi,

    Static libraries are just archives containing multiple .o files. As their creation does not involve linking (i.e. combining multiple .o files into a single image), no .map file can be generated for them.

    #12216
    jmkresse
    Participant

    Ah! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.