Intel® Fortran Compiler XE 13.1 User and Reference Guides
This topic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
The Intel® MIC Architecture Image Extraction Tool is a standalone tool that extracts the Intel® MIC Architecture binary from the host fat binary.
The tool enables you to inspect an Intel® MIC Architecture binary file.
By default, you cannot get debug information by running objdump on the Intel® MIC Architecture image, because it is embedded in the host image. To run objdump, you must first extract the Intel® MIC Architecture image.
To invoke the tool on a fat binary, enter the following command:
mic_extract imagename.xxx
If an Intel® MIC Architecture image exists in the fat binary, the tool creates a file named imagenameMIC.xxx
where .xxx is a file extension.