From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Larmour To: Grant Edwards Cc: "Trenton D. Adams" , 'eCos Discussion' Subject: Re: [ECOS] objdump for binary file Date: Tue, 21 Aug 2001 13:02:00 -0000 Message-id: <3B82BE3D.B73122BC@redhat.com> References: <000001c12a76$be9926a0$090110ac@TRENT> <20010821143446.A922@visi.com> X-SW-Source: 2001-08/msg00707.html Grant Edwards wrote: > > On Tue, Aug 21, 2001 at 01:23:22PM -0600, Trenton D. Adams wrote: > > > I compiled an eCos program and then copied it to a binary file. Is > > there a way of dumping the assembly now? > > No. Yes :-). It's not pretty and you've lost all the symbol info, but you can disassemble everything (including data!). e.g. echo > foo.c arm-elf-gcc -c -o foo.o foo.c arm-elf-objcopy --remove-section=.text foo.o arm-elf-objcopy --add-section=.text=thebinfile foo.o arm-elf-objcopy --set-section-flags=.text=alloc,load,code,contents,readonly foo.o arm-elf-objdump -d foo.o Jifl -- Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062 Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine