This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: trying to use gdb to disassemble a binary file


On 08 August 2007 10:07, Robert Bu wrote:

> I can get the architecture information on my MIPS by
> "mips-elf-objcopy -I binary -O elf32-bigmips -B mips test.bin test.elf"
> 
> However, is that possible to designate the entrypoint(start address) for
> the ELF file? The default seems to be 0x0.

  The man page suggests there is a "--set-start" option that sounds like it
should do what you want; have you tried it?


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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