This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: output assembly?




> -----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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]