objdump command to disassemble raw MIPS binary

A.W.C. via binutils binutils@sourceware.org
Fri Aug 3 09:06:00 GMT 2018


Hello,

I tried disassemble raw MIPS binary containing opcodes, use objdump command. I run command:

$ mips-linux-gnu-objdump -D -b binary bootloader.bin

bootloader.bin:    file format binary

mips-linux-gnu-objdump: can't disassemble for architecture UNKNOWN!


What could be the issue here, and how to solve it?

Regards,
Alex



More information about the Binutils mailing list