> On Jul 19, 2024, at 6:19 AM, bagcic via groups.io wrote: > > I need map files for all phases for debug purpose. How can I generate these files after build? Why do you think you need map files? Lots of code does not generally execute at its linked address? The PE/COFF images are loaded and relocated into allocated memory. Map files are generally created by the linker via a linker flag. Have you looked in the Build directory to see if there are any map files. Something like: find Build -iname '*.map’ Thanks, Andrew Fish > Thanks, > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120196): https://edk2.groups.io/g/devel/message/120196 Mute This Topic: https://groups.io/mt/107434580/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-