How to generate .axf file for nRF SDK 16.0.0 for a nrf52833 chip?

I am working on a nRF52833 chip and using nRF SDK 16.0.0 version. I need to analyse the memory footprint of my project for which I would need access to .map and .axf files. Upon searching in my repo, I could locate the .map file in build directory but couldn't find .axf file. Is it possible to generate the .axf file for my project? If yes, then how do I go about it?

I use gcc-arm-none-eabi-7-2018-q2-update compiler and Make utility to build by project.

Related