Forum Discussion
Altera_Forum
Honored Contributor
20 years agoIs there a disassembler for Nios II ELF files?
I'd like to be able to examine the ELF file that the compiler generates so I can see exactly which instructions are being used. I have the Nios II Processor reference document which shows the opc...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by smcnutt@Dec 13 2005, 05:14 PM hi bkucera,
take a look at your linker command file, use objdump ... and you might want to
generate a map file as well. --- Quote End --- Great, objdump is what I was looking for. Where is my linker command file, and how do I generate a map file? Thanks!