make assembler source

Gerke Kok gerke.kok at tpa-nl.com
Wed Jan 30 12:25:47 UTC 2002


Hi,
this should be fairly easy with objdump -D. You can have a look at any result of the compiler. So run:
	m68k-rtems-objdump -D my_prog.exe | less
and you see what the compiler made of it.
I the case that you have a different target you should change the m68k-rtems part into what ever you target is... :-)
Good luck!
Gerke Kok

*********** REPLY SEPARATOR  ***********

On 30/01/02 at 10:34 Stan wrote:

>Hi,
>
>I will like to see the code assembler after compilation.
>how Ido it ?
>How to use the flag "-S" when I compile my application ?
>
>Thank. 
>
>
>        Stan .






More information about the users mailing list