Forum Discussion
Altera_Forum
Honored Contributor
20 years agoYou can also add following options to your project setting under C/C++ build -> Linker ->General
-Xlinker -Map -Xlinker map.txt This will produce a detailed map file in same directory with your .elf file so you can take a closer look where your data and code is located.