From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 09 Apr 2008 15:35:46 -0400 Subject: [U-Boot-Users] Generate list file In-Reply-To: <373564.46521.qm@web39502.mail.mud.yahoo.com> References: <373564.46521.qm@web39502.mail.mud.yahoo.com> Message-ID: <47FD1A92.5020804@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Avinash Vijayvergia wrote: > Hi All > > I had a question which is trivial but I couldn't find an answer to it. > Can anyone tell me how do I generate a list file from gcc compiler or > even preferred is listing with the interspersed C code. > > Thanks > Avinash If I understand your question, I think you are asking for a disassembly output: objdump -d or, better, a disassembly interspersed with source: objdump -S Best regards, gvb