This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: combined source listings


Hi,


Clarke.Jeff@Orbital.COM wrote:
> 
> What options are required to get a combined 'C' and assembly listing as an
> output.  I've been through the command options list and have had no success.
> 

I could produce "mixt list" from my makefile with this 

---------------   zip ------------------


CC  =  $(CROSS)gcc
ASM =  $(CROSS)as
LD  =  $(CROSS)ld


# Flags
CFLAGS  += -c -g -mpowerpc -memb
CFLAGS  += $(DEFINE) $(INCFILES)

# generate a mixt list 
mixtlst: $(LSTDIR)
	$(CC)  -Wa,-ahls=$(LSTDIR)/$(basename $(CF)).lst  $(CFLAGS) $(DEFINE) -o
$(LSTDIR)/lst.o  $(CF)
	$(ECHO) $(EF)mixt.lst file: $(LSTDIR)/$(basename $(CF)).lst$(EF)

---------------  zap ------------------------


/Jan
begin:vcard 
n:Andersson;Jan
tel;work:+46 8 585 34130
x-mozilla-html:FALSE
org:Wireless LAN Systems
adr:;;Esplanaden 3C ;SUNDBYBERG;STOCKHOLM;SE-164 80;Sweden
version:2.1
email;internet:Janh.Andersson@ericsson.com
x-mozilla-cpt:;17232
fn:Jan H Andersson
end:vcard

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

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