This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MAP file using OpenCL and OpenMP

Hi all! I'm developing a few examples using OpenCL and OpenMP in the Keystone 2 EVMK2H board. For compiling the examples i'm using the Makefiles provided in the examples of the MCSDK-HPC package, but i don't know how to configure the Makefile in such a way that it outputs a file with the memory map (or how to tell the linker to output a .map file).

I've tried to modify the input string of the compiler with the option "-z" but i think this overrides the make.inc file configuration and the compilation ends with a bunch of linker errors.

Is there any compiler/linker option to generate a map file?

Thanks in advance.

PD: I have saw a temporary .map file while compiling, but it last a few seconds before make delete it!!