S5U1C17001C ManUal
EPSOn
5-127
(C COMPilEr PaCkagE fOr S1C17 faMily) (Ver. 1.5.0)
5 gnU17 iDE
5
IDE
$(TOOL_DIR)/lib/24bit/libc.a \
# macro definitions for assembly files generated from c source files
(6)
CEXTTEMPS= lib.ext0 \
main.ext0 \
sys.ext0 \
# macro definitions for dependency files
(7)
DEPS= $(OBJS:%.o=%.d)
SED_PTN= 's/[[:space:]]\([a-zA-Z]\)\:/ \/cygdrive\/\1/g'
SED_PTN2= 's/^\($(subst .,\.,$(@F))\)\:/$(subst /,\/,$(@))\:/g'
# macro definitions for creating dependency files
(8)
DEPCMD_CC= @$(CC) -M -MG $(CFLAGS) $< | $(SED) -e $(SED_PTN) | $(SED) -e $(SED_PTN2)
>$(@:%.o=%.d)
DEPCMD_AS= @$(AS) -M -MG $(ASFLAGS) $< | $(SED) -e $(SED_PTN) | $(SED) -e $(SED_
PTN2) >$(@:%.o=%.d)
# targets and dependencies
(9)
.PHONY : all clean
all : $(GOAL)
(10)
$(TARGET).psa : $(TARGET).elf
# clean psa files
$(RM) -f $(TARGET).sa $(TARGET).saf $(TARGET).psa
# create psa file from elf
$(OBJCOPY) $(OBJCOPYFLAGS) $< $(TARGET).sa
$(MOTO2FF) $(MOTOSTART) $(MOTOSIZE) $(TARGET).sa
$(SCONV) $(SCONVFLAGS) $(TARGET).saf $(TARGET).psa
@cmd /c "echo ---------------- Finished building target : $@ ----------------"
$(TARGET).elf : $(OBJS) sample_gnu17IDE.mak sample_gnu17IDE.lds
ifeq ($(PASS), 1pass)
# 1pass linking
$(LD) $(LDFLAGS) -o $@ $(OBJS) $(OBJLDS)
else
# 1pass linking
-$(LD) $(LDFLAGS) -o $@ $(OBJS) $(OBJLDS) 2>lderr
@if [ -s lderr ]; then \
cmd /c "type lderr" \
&& $(RM) -f $(TARGET).elf \
&& exit 1; \
else $(RM) -f lderr ; \
fi
$(OBJDUMP) $(OBJDUMPFLAGS) $@ > $(TARGET).dump
$(RM) -f $(TARGET).elf
# save 1pass object files
@if [ -e obj1pass ]; then \
cmd /c "rd /s /q obj1pass" ; \
fi
cmd /c "md obj1pass"
for NAME in $(subst /,\\,$(OBJS)) ; do \
cmd /c "copy /y $$NAME obj1pass\\$$NAME" >nul ; done \
&& $(RM) -f $(OBJS)
# 2pass for assembly files
$(AS) $(ASFLAGS) $(EXTFLAGS) -o boot.o boot.s
# 2pass for c files
for NAME in $(basename $(CEXTTEMPS)) ; do \
$(AS_CC) $(ASFLAGS_CC) $(EXTFLAGS_CC) -o $$NAME.o $$NAME.ext0 ; done
$(RM) -f $(TARGET).map
# 2pass linking
$(LD) $(LDFLAGS) -o $@ $(OBJS) $(OBJLDS)
# restore 1pass object files
Summary of Contents for S5U1C17001C
Page 6: ......
Page 17: ...1 General S5U1C17001C Manual 1 General ...
Page 18: ......
Page 21: ...1 2 Install S5U1C17001C Manual 2 Installation ...
Page 22: ......
Page 29: ...3 SoftDev S5U1C17001C Manual 3 Software Development Procedures ...
Page 30: ......
Page 103: ...4 SrcFiles S5U1C17001C Manual 4 Source files ...
Page 104: ......
Page 121: ...5 IDE S5U1C17001C Manual 5 gnU17 iDE ...
Page 122: ......
Page 365: ...6 Compiler S5U1C17001C Manual 6 C Compiler ...
Page 366: ......
Page 385: ...7 Library S5U1C17001C Manual 7 library ...
Page 386: ......
Page 405: ...8 Assemblr S5U1C17001C Manual 8 assembler ...
Page 406: ......
Page 439: ...9 Linker S5U1C17001C Manual 9 linker ...
Page 440: ......
Page 449: ...10 Debugger S5U1C17001C Manual 10 Debugger ...
Page 450: ......
Page 626: ...11 Tools S5U1C17001C Manual 11 Other Tools ...
Page 627: ......
Page 696: ...S1C17 Family C Compiler Package Quick Reference Reference ...