Re: [U-Boot] QUESTION: How do I generate an assembly listing?

2009-05-07 Thread Jerry Van Baren
Jonathan Haws wrote: I need to generate an assembly listing that contains all the assembly code generated by the compiler. I have tried putting the standard GCC options in ppc_config.mk, but cannot get the results I am looking for. What I need is a listing file that contains the address

[U-Boot] QUESTION: How do I generate an assembly listing?

2009-05-06 Thread Jonathan Haws
I need to generate an assembly listing that contains all the assembly code generated by the compiler. I have tried putting the standard GCC options in ppc_config.mk, but cannot get the results I am looking for. What I need is a listing file that contains the address (preferably with _start at

Re: [U-Boot] QUESTION: How do I generate an assembly listing?

2009-05-06 Thread Wolfgang Denk
Dear Jonathan Haws, In message bb99a6ba28709744bf22a68e6d7eb51f01cb587...@midas.usurf.usu.edu you wrote: I need to generate an assembly listing that contains all the assembly code generated by the compiler. I have tried putting the standard GCC options in ppc_config.mk, but cannot get the