output assembly?
Luuk Mettes
luuk.mettes@triopsys.nl
Thu May 2 01:29:00 GMT 2002
> -----Original Message-----
> From: William A. Gatliff [mailto:bgat@billgatliff.com]
> Sent: maandag 29 april 2002 15:11
> To: Luuk Mettes
> Cc: crossgcc@sources.redhat.com
> Subject: Re: output assembly?
>
>
> Luuk:
>
>
> Gcc's -S will produce assembly language. Likewise, you can compile
> with -c and -g, then run objdump --source on the object file.
>
> I tend to prefer the latter.
>
>
> b.g.
>
> On Mon, Apr 29, 2002 at 02:42:52PM +0200, Luuk Mettes wrote:
> > Hi
> >
> > Is it possible to get assembly output? i tried the -c
> options, it works on
> > normal programs but not on the kernel
> >
> > here is the makefile. I added -c and -save-temps to
> HOSTCFLAGS but it
> > doesn't work.
> >
> > [-]
> >
> > -------------------------------------
> >
> > thx,
> >
> > Luuk Mettes
> >
> > ------
> > Want more information? See the CrossGCC FAQ,
> http://www.objsw.com/CrossGCC/
> > Want to unsubscribe? Send a note to
> crossgcc-unsubscribe@sources.redhat.com
> >
>
> --
> Bill Gatliff
> bgat@billgatliff.com
>
> ------
> Want more information? See the CrossGCC FAQ,
> http://www.objsw.com/CrossGCC/
> Want to unsubscribe? Send a note to
> crossgcc-unsubscribe@sources.redhat.com
thx for all the answers i'm trying them out now ;)
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list