[U-Boot-Users] Generate list file

Jerry Van Baren gerald.vanbaren at ge.com
Wed Apr 9 21:35:46 CEST 2008


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

<http://www.delorie.com/gnu/docs/binutils/binutils_6.html>

Best regards,
gvb




More information about the U-Boot mailing list