From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Edwards To: "Trenton D. Adams" Cc: 'eCos Discussion' Subject: Re: [ECOS] objdump for binary file Date: Tue, 21 Aug 2001 12:33:00 -0000 Message-id: <20010821143446.A922@visi.com> References: <000001c12a76$be9926a0$090110ac@TRENT> X-SW-Source: 2001-08/msg00705.html 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. Run arm-elf-objdump --source on the ELF file. -- Grant Edwards grante@visi.com