Please tell me how to easily disassemble the assembly language from the executable file (extension axf) generated by DS-5 Intel SoC FPGA Edition.
Category: SoCs
Tools: ARM* DS-5* Intel® SoC FPGA Edition
device:-
This can be achieved by using objdump and adding the --disassemble and --source options after bringing up the command line on DS-5 Intel SoC FPGA Edition (formerly DS-5 Altera Edition).
Specifically, you can check the ARM assembly language by redirecting to the objdump file extension as shown below and viewing this file with a text editor.
arm-altera-eabi-objdump --disassemble --source [filename].axf > [filename].objdump
Experienced FAE
Free consultation is available.
From specific product specifications to parts selection, the Company FAE will answer your technical concerns free of charge. Please feel free to contact us.