This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Assembling/Disassembling to/from RAW File for m32r Processor


On Thu, Nov 22, 2001 at 11:21:49AM -0000, Stephen Done wrote:
> 
> The object file I have is completely raw - i.e. it is 128kb dump of the ROM
> that the processor executes when it boots. So there is no ELF (or any other
> type of) header on the file.
> 
> Having built binutils with m32r-elf support, as expected, I get the error
>   'File format not recognized'
> when using objdump.

objdump -b binary -m <arch_for_m32r> -D <file>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]