generate mapfile (though it only included non-static functions and so

is pretty useless)
This commit is contained in:
ehouse 2004-09-19 15:50:28 +00:00
parent efcd6dc833
commit 794a707253

View file

@ -68,7 +68,7 @@ $(COMMONOBJDIR)/%.o : $(COMMONDIR)/%.c $(MAKEFILE)
$(CC_ARM) -o $@ -c $(MYDEFINES) -DHERE $(ARMCCFS) $<
PNOC_bin.pre PNOG0000.bin: pace_gen.h $(OBJS)
$(CC_ARM) $(OBJS) $(ARMCCFS) $(ARMLDFS) -o tmp.out
$(CC_ARM) $(OBJS) $(ARMCCFS) $(ARMLDFS) -Wl,-Map,PNOC_bin.map -o tmp.out
# @$(OD_ARM) --disassemble-all tmp.out
$(OC_ARM) -j .text -O binary tmp.out PNOC_bin.pre
$(OC_ARM) -j .got -O binary tmp.out PNOG0000.bin