Epson S5U1C17001C Manual page 632

Cmos 16-bit single chip microcomputer, c compiler package for s1c17 family
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

&& \
for NAME in $(subst /,\\,$(OBJS)) ; do \
cmd /c "copy /y obj1pass\\$$NAME $$NAME" >nul ; done \
&& cmd /c "rd /s /q obj1pass"
endif
# check copro function in vector
ifeq ($(VECCHECKER_ON), true)
$(RM) -f symtable.out raw.out
$(OBJDUMP) -t $@ > symtable.out
$(OBJDUMP) -s $@ > raw.out
$(VECCHECKER) -t symtable.out -r raw.out
endif
@cmd /c "echo ---------------- Finished building target : $@ ----------------"
## boot.s
boot.o : boot.s
$(AS) $(ASFLAGS) -o $@ $<
$(DEPCMD_AS)
## lib.c
lib.o : lib.c lib.ext0
$(CC) $(CFLAGS) -o $(@:%.o=%.ext0) $<
$(AS_CC) $(ASFLAGS_CC) -o $@ $(@:%.o=%.ext0)
$(DEPCMD_CC)
## main.c
main.o : main.c main.ext0
$(CC) $(CFLAGS) -o $(@:%.o=%.ext0) $<
$(AS_CC) $(ASFLAGS_CC) -o $@ $(@:%.o=%.ext0)
$(DEPCMD_CC)
## sys.c
sys.o : sys.c sys.ext0
$(CC) $(CFLAGS) -o $(@:%.o=%.ext0) $<
$(AS_CC) $(ASFLAGS_CC) -o $@ $(@:%.o=%.ext0)
$(DEPCMD_CC)
# dependecies for assembled c source files
lib.ext0 : lib.c
main.ext0 : main.c
sys.ext0 : sys.c
# include dependency files
-include $(DEPS)
# clean files
clean :
$(RM) -f $(OBJS) $(TARGET).elf $(TARGET).map $(DEPS) $(CEXTTEMPS) $(TARGET).dump
lderr $(TARGET).sa $(TARGET).saf $(TARGET).psa
@if [ -e obj1pass ]; then \
cmd /c "rd /s /q obj1pass" ; \
fi
S5U1C17001C ManUal
(C COMPilEr PaCkagE fOr S1C17 faMily) (Ver. 1.5.0)
EPSOn
11 OTHEr TOOlS
11
Tools
11-5

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the S5U1C17001C and is the answer not in the manual?

Questions and answers

Table of Contents