Forum Discussion
Altera_Forum
Honored Contributor
21 years ago> How/where do I get that?
Use objdump for your elf file that's built for RAM: nios2-elf-objdump -h ram.elf > Does Nios II make a map file ... I don't think it does by default ... you need to add it as an option (-Map mapfile) to ld. --Scott