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!!