Forum Discussion
Altera_Forum
Honored Contributor
22 years agoHow can I obtain a map file from the linker?
Hi all, just a silly question... How can I obtain a map file from the NIOS II IDE? (usually I always put a "-M >mymapfile.txt" at the end of the linker command, but if I do that on th...
Altera_Forum
Honored Contributor
22 years agoYes and no...
The map file generated by LD gives concise informations about which file contributed to which section... The objdump file contains the information about the size of each section, and its disassembled content... I usually using the map file to see which files have contributed to the final image, and which is the final footprint of the files I'm writing; It is quite hard to find these info in the objdump file. bye Paolo