Auto-generated file changes
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
<buildSpec>
|
<buildSpec>
|
||||||
<buildCommand>
|
<buildCommand>
|
||||||
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
|
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
|
||||||
|
<triggers>clean,full,incremental,</triggers>
|
||||||
<arguments>
|
<arguments>
|
||||||
</arguments>
|
</arguments>
|
||||||
</buildCommand>
|
</buildCommand>
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Automatically-generated file. Do not edit!
|
# Automatically-generated file. Do not edit!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
SHELL = cmd.exe
|
SHELL = cmd.exe
|
||||||
|
|
||||||
CG_TOOL_ROOT := C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS
|
CG_TOOL_ROOT := C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS
|
||||||
|
|
||||||
GEN_OPTS__FLAG :=
|
GEN_OPTS__FLAG :=
|
||||||
GEN_CMDS__FLAG :=
|
GEN_CMDS__FLAG :=
|
||||||
|
|
||||||
ORDERED_OBJS += \
|
ORDERED_OBJS += \
|
||||||
"./CAN.obj" \
|
"./CAN.obj" \
|
||||||
"./MODEM.obj" \
|
"./MODEM.obj" \
|
||||||
@@ -23,152 +23,153 @@ ORDERED_OBJS += \
|
|||||||
$(GEN_CMDS__FLAG) \
|
$(GEN_CMDS__FLAG) \
|
||||||
-llibmath.a \
|
-llibmath.a \
|
||||||
-llibc.a \
|
-llibc.a \
|
||||||
|
|
||||||
-include ../makefile.init
|
-include ../makefile.init
|
||||||
|
|
||||||
RM := DEL /F
|
RM := DEL /F
|
||||||
RMDIR := RMDIR /S/Q
|
RMDIR := RMDIR /S/Q
|
||||||
|
|
||||||
# All of the sources participating in the build are defined here
|
# All of the sources participating in the build are defined here
|
||||||
-include sources.mk
|
-include sources.mk
|
||||||
-include subdir_vars.mk
|
-include subdir_vars.mk
|
||||||
-include subdir_rules.mk
|
-include subdir_rules.mk
|
||||||
-include objects.mk
|
-include objects.mk
|
||||||
|
|
||||||
ifneq ($(MAKECMDGOALS),clean)
|
ifneq ($(MAKECMDGOALS),clean)
|
||||||
ifneq ($(strip $(S_DEPS)),)
|
ifneq ($(strip $(C55_DEPS)),)
|
||||||
-include $(S_DEPS)
|
-include $(C55_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S_UPPER_DEPS)),)
|
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||||
-include $(S_UPPER_DEPS)
|
-include $(C_UPPER_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S62_DEPS)),)
|
ifneq ($(strip $(S67_DEPS)),)
|
||||||
-include $(S62_DEPS)
|
-include $(S67_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C64_DEPS)),)
|
ifneq ($(strip $(S62_DEPS)),)
|
||||||
-include $(C64_DEPS)
|
-include $(S62_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(ASM_DEPS)),)
|
ifneq ($(strip $(S_DEPS)),)
|
||||||
-include $(ASM_DEPS)
|
-include $(S_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(CC_DEPS)),)
|
ifneq ($(strip $(OPT_DEPS)),)
|
||||||
-include $(CC_DEPS)
|
-include $(OPT_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(SV7A_DEPS)),)
|
ifneq ($(strip $(C??_DEPS)),)
|
||||||
-include $(SV7A_DEPS)
|
-include $(C??_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S55_DEPS)),)
|
ifneq ($(strip $(ASM_UPPER_DEPS)),)
|
||||||
-include $(S55_DEPS)
|
-include $(ASM_UPPER_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C67_DEPS)),)
|
ifneq ($(strip $(S??_DEPS)),)
|
||||||
-include $(C67_DEPS)
|
-include $(S??_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(CLA_DEPS)),)
|
ifneq ($(strip $(C64_DEPS)),)
|
||||||
-include $(CLA_DEPS)
|
-include $(C64_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C??_DEPS)),)
|
ifneq ($(strip $(CXX_DEPS)),)
|
||||||
-include $(C??_DEPS)
|
-include $(CXX_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(CPP_DEPS)),)
|
ifneq ($(strip $(S64_DEPS)),)
|
||||||
-include $(CPP_DEPS)
|
-include $(S64_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S??_DEPS)),)
|
ifneq ($(strip $(INO_DEPS)),)
|
||||||
-include $(S??_DEPS)
|
-include $(INO_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C_DEPS)),)
|
ifneq ($(strip $(CLA_DEPS)),)
|
||||||
-include $(C_DEPS)
|
-include $(CLA_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C62_DEPS)),)
|
ifneq ($(strip $(S55_DEPS)),)
|
||||||
-include $(C62_DEPS)
|
-include $(S55_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(CXX_DEPS)),)
|
ifneq ($(strip $(SV7A_DEPS)),)
|
||||||
-include $(CXX_DEPS)
|
-include $(SV7A_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C++_DEPS)),)
|
ifneq ($(strip $(C62_DEPS)),)
|
||||||
-include $(C++_DEPS)
|
-include $(C62_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(ASM_UPPER_DEPS)),)
|
ifneq ($(strip $(C67_DEPS)),)
|
||||||
-include $(ASM_UPPER_DEPS)
|
-include $(C67_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(K_DEPS)),)
|
ifneq ($(strip $(PDE_DEPS)),)
|
||||||
-include $(K_DEPS)
|
-include $(PDE_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C43_DEPS)),)
|
ifneq ($(strip $(K_DEPS)),)
|
||||||
-include $(C43_DEPS)
|
-include $(K_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(INO_DEPS)),)
|
ifneq ($(strip $(C_DEPS)),)
|
||||||
-include $(INO_DEPS)
|
-include $(C_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S67_DEPS)),)
|
ifneq ($(strip $(CC_DEPS)),)
|
||||||
-include $(S67_DEPS)
|
-include $(CC_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(SA_DEPS)),)
|
ifneq ($(strip $(C++_DEPS)),)
|
||||||
-include $(SA_DEPS)
|
-include $(C++_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S43_DEPS)),)
|
ifneq ($(strip $(C43_DEPS)),)
|
||||||
-include $(S43_DEPS)
|
-include $(C43_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(OPT_DEPS)),)
|
ifneq ($(strip $(S43_DEPS)),)
|
||||||
-include $(OPT_DEPS)
|
-include $(S43_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(PDE_DEPS)),)
|
ifneq ($(strip $(ASM_DEPS)),)
|
||||||
-include $(PDE_DEPS)
|
-include $(ASM_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S64_DEPS)),)
|
ifneq ($(strip $(S_UPPER_DEPS)),)
|
||||||
-include $(S64_DEPS)
|
-include $(S_UPPER_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
ifneq ($(strip $(CPP_DEPS)),)
|
||||||
-include $(C_UPPER_DEPS)
|
-include $(CPP_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C55_DEPS)),)
|
ifneq ($(strip $(SA_DEPS)),)
|
||||||
-include $(C55_DEPS)
|
-include $(SA_DEPS)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
-include ../makefile.defs
|
-include ../makefile.defs
|
||||||
|
|
||||||
# Add inputs and outputs from these tool invocations to the build variables
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
EXE_OUTPUTS += \
|
EXE_OUTPUTS += \
|
||||||
Debug2.out \
|
Debug2.out \
|
||||||
|
|
||||||
EXE_OUTPUTS__QUOTED += \
|
EXE_OUTPUTS__QUOTED += \
|
||||||
"Debug2.out" \
|
"Debug2.out" \
|
||||||
|
|
||||||
BIN_OUTPUTS += \
|
BIN_OUTPUTS += \
|
||||||
Debug2.hex \
|
Debug2.hex \
|
||||||
|
|
||||||
BIN_OUTPUTS__QUOTED += \
|
BIN_OUTPUTS__QUOTED += \
|
||||||
"Debug2.hex" \
|
"Debug2.hex" \
|
||||||
|
|
||||||
|
|
||||||
# All Target
|
# All Target
|
||||||
all: Debug2.out
|
all: Debug2.out
|
||||||
|
|
||||||
# Tool invocations
|
# Tool invocations
|
||||||
Debug2.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
|
Debug2.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
|
||||||
@echo 'Building target: $@'
|
@echo 'Building target: "$@"'
|
||||||
@echo 'Invoking: MSP430 Linker'
|
@echo 'Invoking: MSP430 Linker'
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal -z -m"Debug2.map" --stack_size=160 --heap_size=160 --cinit_hold_wdt=on -i"C:/ti/ccsv6/ccs_base/msp430/include" -i"C:/ti/ccsv6/ccs_base/msp430/lib/5xx_6xx_FRxx" -i"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/lib" -i"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="Debug2_linkInfo.xml" --use_hw_mpy=F5 --rom_model -o "Debug2.out" $(ORDERED_OBJS)
|
"C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --advice:power=all -g --define=__MSP430F5438A__ --display_error_number --diag_wrap=off --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal -z -m"Debug2.map" --heap_size=160 --stack_size=160 --cinit_hold_wdt=on -i"C:/TI_CCS/ccs/ccs_base/msp430/include" -i"C:/TI_CCS/ccs/ccs_base/msp430/lib/5xx_6xx_FRxx" -i"C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/lib" -i"C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/include" --reread_libs --display_error_number --diag_wrap=off --warn_sections --xml_link_info="Debug2_linkInfo.xml" --use_hw_mpy=F5 --rom_model -o "Debug2.out" $(ORDERED_OBJS)
|
||||||
@echo 'Finished building target: $@'
|
@echo 'Finished building target: "$@"'
|
||||||
@echo ' '
|
@echo ' '
|
||||||
|
|
||||||
Debug2.hex: $(EXE_OUTPUTS)
|
Debug2.hex: $(EXE_OUTPUTS)
|
||||||
@echo 'Invoking: MSP430 Hex Utility'
|
@echo 'Building files: $(strip $(EXE_OUTPUTS__QUOTED))'
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/hex430" --memwidth=8 --romwidth=8 -o "Debug2.hex" $(EXE_OUTPUTS__QUOTED)
|
@echo 'Invoking: MSP430 Hex Utility'
|
||||||
@echo 'Finished building: $@'
|
"C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/bin/hex430" --memwidth=8 --romwidth=8 --diag_wrap=off -o "Debug2.hex" $(EXE_OUTPUTS__QUOTED)
|
||||||
@echo ' '
|
@echo 'Finished building: $(strip $(EXE_OUTPUTS__QUOTED))'
|
||||||
|
@echo ' '
|
||||||
# Other Targets
|
|
||||||
clean:
|
# Other Targets
|
||||||
-$(RM) $(EXE_OUTPUTS__QUOTED)$(BIN_OUTPUTS__QUOTED)
|
clean:
|
||||||
-$(RM) "CAN.d" "MODEM.d" "RTC.d" "char_FIFO.d" "clock_init.d" "io_init.d" "main.d" "message_FIFO.d"
|
-$(RM) $(BIN_OUTPUTS__QUOTED)$(EXE_OUTPUTS__QUOTED)
|
||||||
-$(RM) "CAN.obj" "MODEM.obj" "RTC.obj" "RTCASMFunctions_CCE.obj" "char_FIFO.obj" "clock_init.obj" "io_init.obj" "main.obj" "message_FIFO.obj"
|
-$(RM) "CAN.obj" "MODEM.obj" "RTC.obj" "RTCASMFunctions_CCE.obj" "char_FIFO.obj" "clock_init.obj" "io_init.obj" "main.obj" "message_FIFO.obj"
|
||||||
-$(RM) "RTCASMFunctions_CCE.d"
|
-$(RM) "CAN.d" "MODEM.d" "RTC.d" "char_FIFO.d" "clock_init.d" "io_init.d" "main.d" "message_FIFO.d"
|
||||||
-@echo 'Finished clean'
|
-$(RM) "RTCASMFunctions_CCE.d"
|
||||||
-@echo ' '
|
-@echo 'Finished clean'
|
||||||
|
-@echo ' '
|
||||||
.PHONY: all clean dependents
|
|
||||||
.SECONDARY:
|
.PHONY: all clean dependents
|
||||||
|
.SECONDARY:
|
||||||
-include ../makefile.targets
|
|
||||||
|
-include ../makefile.targets
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Automatically-generated file. Do not edit!
|
# Automatically-generated file. Do not edit!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
USER_OBJS :=
|
USER_OBJS :=
|
||||||
|
|
||||||
LIBS := -llibmath.a -llibc.a
|
LIBS := -llibmath.a -llibc.a
|
||||||
|
|
||||||
|
|||||||
@@ -1,115 +1,115 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Automatically-generated file. Do not edit!
|
# Automatically-generated file. Do not edit!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
O_SRCS :=
|
C55_SRCS :=
|
||||||
CPP_SRCS :=
|
A_SRCS :=
|
||||||
K_SRCS :=
|
ASM_UPPER_SRCS :=
|
||||||
LD_SRCS :=
|
EXE_SRCS :=
|
||||||
S67_SRCS :=
|
LDS_UPPER_SRCS :=
|
||||||
LDS_SRCS :=
|
CPP_SRCS :=
|
||||||
CMD_SRCS :=
|
CMD_SRCS :=
|
||||||
EXE_SRCS :=
|
O_SRCS :=
|
||||||
CXX_SRCS :=
|
ELF_SRCS :=
|
||||||
CMD_UPPER_SRCS :=
|
C??_SRCS :=
|
||||||
ELF_SRCS :=
|
C64_SRCS :=
|
||||||
C43_SRCS :=
|
C67_SRCS :=
|
||||||
S55_SRCS :=
|
SA_SRCS :=
|
||||||
LD_UPPER_SRCS :=
|
S64_SRCS :=
|
||||||
C62_SRCS :=
|
OPT_SRCS :=
|
||||||
S_UPPER_SRCS :=
|
CXX_SRCS :=
|
||||||
A_SRCS :=
|
S67_SRCS :=
|
||||||
SA_SRCS :=
|
S??_SRCS :=
|
||||||
C55_SRCS :=
|
PDE_SRCS :=
|
||||||
LDS_UPPER_SRCS :=
|
SV7A_SRCS :=
|
||||||
C_UPPER_SRCS :=
|
K_SRCS :=
|
||||||
OUT_SRCS :=
|
CLA_SRCS :=
|
||||||
INO_SRCS :=
|
S55_SRCS :=
|
||||||
OBJ_SRCS :=
|
LD_UPPER_SRCS :=
|
||||||
S62_SRCS :=
|
OUT_SRCS :=
|
||||||
LIB_SRCS :=
|
INO_SRCS :=
|
||||||
PDE_SRCS :=
|
LIB_SRCS :=
|
||||||
SV7A_SRCS :=
|
ASM_SRCS :=
|
||||||
ASM_SRCS :=
|
S_UPPER_SRCS :=
|
||||||
ASM_UPPER_SRCS :=
|
S43_SRCS :=
|
||||||
C++_SRCS :=
|
LD_SRCS :=
|
||||||
CLA_SRCS :=
|
CMD_UPPER_SRCS :=
|
||||||
S??_SRCS :=
|
C_UPPER_SRCS :=
|
||||||
C_SRCS :=
|
C++_SRCS :=
|
||||||
C67_SRCS :=
|
C43_SRCS :=
|
||||||
S_SRCS :=
|
OBJ_SRCS :=
|
||||||
S43_SRCS :=
|
LDS_SRCS :=
|
||||||
OPT_SRCS :=
|
S_SRCS :=
|
||||||
C64_SRCS :=
|
CC_SRCS :=
|
||||||
CC_SRCS :=
|
S62_SRCS :=
|
||||||
C??_SRCS :=
|
C62_SRCS :=
|
||||||
S64_SRCS :=
|
C_SRCS :=
|
||||||
OBJS :=
|
C55_DEPS :=
|
||||||
BIN_OUTPUTS :=
|
C_UPPER_DEPS :=
|
||||||
S_DEPS :=
|
S67_DEPS :=
|
||||||
S_UPPER_DEPS :=
|
S62_DEPS :=
|
||||||
S62_DEPS :=
|
S_DEPS :=
|
||||||
C64_DEPS :=
|
OPT_DEPS :=
|
||||||
ASM_DEPS :=
|
C??_DEPS :=
|
||||||
CC_DEPS :=
|
ASM_UPPER_DEPS :=
|
||||||
SV7A_DEPS :=
|
S??_DEPS :=
|
||||||
S55_DEPS :=
|
C64_DEPS :=
|
||||||
C67_DEPS :=
|
CXX_DEPS :=
|
||||||
CLA_DEPS :=
|
S64_DEPS :=
|
||||||
C??_DEPS :=
|
INO_DEPS :=
|
||||||
CPP_DEPS :=
|
CLA_DEPS :=
|
||||||
S??_DEPS :=
|
S55_DEPS :=
|
||||||
C_DEPS :=
|
SV7A_DEPS :=
|
||||||
C62_DEPS :=
|
EXE_OUTPUTS :=
|
||||||
EXE_OUTPUTS :=
|
C62_DEPS :=
|
||||||
CXX_DEPS :=
|
C67_DEPS :=
|
||||||
C++_DEPS :=
|
PDE_DEPS :=
|
||||||
ASM_UPPER_DEPS :=
|
K_DEPS :=
|
||||||
K_DEPS :=
|
C_DEPS :=
|
||||||
C43_DEPS :=
|
CC_DEPS :=
|
||||||
INO_DEPS :=
|
BIN_OUTPUTS :=
|
||||||
S67_DEPS :=
|
C++_DEPS :=
|
||||||
SA_DEPS :=
|
C43_DEPS :=
|
||||||
S43_DEPS :=
|
S43_DEPS :=
|
||||||
OPT_DEPS :=
|
OBJS :=
|
||||||
PDE_DEPS :=
|
ASM_DEPS :=
|
||||||
S64_DEPS :=
|
S_UPPER_DEPS :=
|
||||||
C_UPPER_DEPS :=
|
CPP_DEPS :=
|
||||||
C55_DEPS :=
|
SA_DEPS :=
|
||||||
CPP_DEPS__QUOTED :=
|
C++_DEPS__QUOTED :=
|
||||||
C67_DEPS__QUOTED :=
|
OPT_DEPS__QUOTED :=
|
||||||
INO_DEPS__QUOTED :=
|
S_UPPER_DEPS__QUOTED :=
|
||||||
C??_DEPS__QUOTED :=
|
SA_DEPS__QUOTED :=
|
||||||
S_UPPER_DEPS__QUOTED :=
|
C??_DEPS__QUOTED :=
|
||||||
CLA_DEPS__QUOTED :=
|
S67_DEPS__QUOTED :=
|
||||||
ASM_UPPER_DEPS__QUOTED :=
|
C55_DEPS__QUOTED :=
|
||||||
C62_DEPS__QUOTED :=
|
CC_DEPS__QUOTED :=
|
||||||
CXX_DEPS__QUOTED :=
|
ASM_UPPER_DEPS__QUOTED :=
|
||||||
EXE_OUTPUTS__QUOTED :=
|
SV7A_DEPS__QUOTED :=
|
||||||
S67_DEPS__QUOTED :=
|
S??_DEPS__QUOTED :=
|
||||||
BIN_OUTPUTS__QUOTED :=
|
OBJS__QUOTED :=
|
||||||
C_DEPS__QUOTED :=
|
C67_DEPS__QUOTED :=
|
||||||
C_UPPER_DEPS__QUOTED :=
|
K_DEPS__QUOTED :=
|
||||||
OPT_DEPS__QUOTED :=
|
S55_DEPS__QUOTED :=
|
||||||
S_DEPS__QUOTED :=
|
INO_DEPS__QUOTED :=
|
||||||
K_DEPS__QUOTED :=
|
C62_DEPS__QUOTED :=
|
||||||
S??_DEPS__QUOTED :=
|
C_DEPS__QUOTED :=
|
||||||
C64_DEPS__QUOTED :=
|
C_UPPER_DEPS__QUOTED :=
|
||||||
C++_DEPS__QUOTED :=
|
C43_DEPS__QUOTED :=
|
||||||
OBJS__QUOTED :=
|
CPP_DEPS__QUOTED :=
|
||||||
CC_DEPS__QUOTED :=
|
BIN_OUTPUTS__QUOTED :=
|
||||||
S43_DEPS__QUOTED :=
|
C64_DEPS__QUOTED :=
|
||||||
S55_DEPS__QUOTED :=
|
CXX_DEPS__QUOTED :=
|
||||||
SA_DEPS__QUOTED :=
|
CLA_DEPS__QUOTED :=
|
||||||
C55_DEPS__QUOTED :=
|
S_DEPS__QUOTED :=
|
||||||
PDE_DEPS__QUOTED :=
|
ASM_DEPS__QUOTED :=
|
||||||
C43_DEPS__QUOTED :=
|
S43_DEPS__QUOTED :=
|
||||||
S62_DEPS__QUOTED :=
|
EXE_OUTPUTS__QUOTED :=
|
||||||
ASM_DEPS__QUOTED :=
|
S64_DEPS__QUOTED :=
|
||||||
SV7A_DEPS__QUOTED :=
|
S62_DEPS__QUOTED :=
|
||||||
S64_DEPS__QUOTED :=
|
PDE_DEPS__QUOTED :=
|
||||||
|
|
||||||
# Every subdirectory with source files must be described here
|
# Every subdirectory with source files must be described here
|
||||||
SUBDIRS := \
|
SUBDIRS := \
|
||||||
. \
|
. \
|
||||||
|
|
||||||
|
|||||||
@@ -1,69 +1,22 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Automatically-generated file. Do not edit!
|
# Automatically-generated file. Do not edit!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Each subdirectory must supply rules for building sources it contributes
|
SHELL = cmd.exe
|
||||||
CAN.obj: ../CAN.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
%.obj: ../%.c $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="CAN.d" $(GEN_OPTS__FLAG) "$<"
|
@echo 'Building file: "$<"'
|
||||||
@echo 'Finished building: $<'
|
@echo 'Invoking: MSP430 Compiler'
|
||||||
@echo ' '
|
"C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/TI_CCS/ccs/ccs_base/msp430/include" --include_path="C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --display_error_number --diag_wrap=off --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
|
||||||
|
@echo 'Finished building: "$<"'
|
||||||
MODEM.obj: ../MODEM.c $(GEN_OPTS) | $(GEN_HDRS)
|
@echo ' '
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
%.obj: ../%.s43 $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="MODEM.d" $(GEN_OPTS__FLAG) "$<"
|
@echo 'Building file: "$<"'
|
||||||
@echo 'Finished building: $<'
|
@echo 'Invoking: MSP430 Compiler'
|
||||||
@echo ' '
|
"C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/TI_CCS/ccs/ccs_base/msp430/include" --include_path="C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --display_error_number --diag_wrap=off --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
|
||||||
|
@echo 'Finished building: "$<"'
|
||||||
RTC.obj: ../RTC.c $(GEN_OPTS) | $(GEN_HDRS)
|
@echo ' '
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="RTC.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
RTCASMFunctions_CCE.obj: ../RTCASMFunctions_CCE.s43 $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="RTCASMFunctions_CCE.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
char_FIFO.obj: ../char_FIFO.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="char_FIFO.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
clock_init.obj: ../clock_init.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="clock_init.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
io_init.obj: ../io_init.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="io_init.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
main.obj: ../main.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="main.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
message_FIFO.obj: ../message_FIFO.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="message_FIFO.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,16 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Automatically-generated file. Do not edit!
|
# Automatically-generated file. Do not edit!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Add inputs and outputs from these tool invocations to the build variables
|
SHELL = cmd.exe
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
CMD_SRCS += \
|
CMD_SRCS += \
|
||||||
../lnk_msp430f5438a.cmd
|
../lnk_msp430f5438a.cmd
|
||||||
|
|
||||||
|
S43_SRCS += \
|
||||||
|
../RTCASMFunctions_CCE.s43
|
||||||
|
|
||||||
C_SRCS += \
|
C_SRCS += \
|
||||||
../CAN.c \
|
../CAN.c \
|
||||||
../MODEM.c \
|
../MODEM.c \
|
||||||
@@ -14,11 +19,21 @@ C_SRCS += \
|
|||||||
../clock_init.c \
|
../clock_init.c \
|
||||||
../io_init.c \
|
../io_init.c \
|
||||||
../main.c \
|
../main.c \
|
||||||
../message_FIFO.c
|
../message_FIFO.c
|
||||||
|
|
||||||
S43_SRCS += \
|
C_DEPS += \
|
||||||
../RTCASMFunctions_CCE.s43
|
./CAN.d \
|
||||||
|
./MODEM.d \
|
||||||
|
./RTC.d \
|
||||||
|
./char_FIFO.d \
|
||||||
|
./clock_init.d \
|
||||||
|
./io_init.d \
|
||||||
|
./main.d \
|
||||||
|
./message_FIFO.d
|
||||||
|
|
||||||
|
S43_DEPS += \
|
||||||
|
./RTCASMFunctions_CCE.d
|
||||||
|
|
||||||
OBJS += \
|
OBJS += \
|
||||||
./CAN.obj \
|
./CAN.obj \
|
||||||
./MODEM.obj \
|
./MODEM.obj \
|
||||||
@@ -28,31 +43,8 @@ OBJS += \
|
|||||||
./clock_init.obj \
|
./clock_init.obj \
|
||||||
./io_init.obj \
|
./io_init.obj \
|
||||||
./main.obj \
|
./main.obj \
|
||||||
./message_FIFO.obj
|
./message_FIFO.obj
|
||||||
|
|
||||||
C_DEPS += \
|
|
||||||
./CAN.d \
|
|
||||||
./MODEM.d \
|
|
||||||
./RTC.d \
|
|
||||||
./char_FIFO.d \
|
|
||||||
./clock_init.d \
|
|
||||||
./io_init.d \
|
|
||||||
./main.d \
|
|
||||||
./message_FIFO.d
|
|
||||||
|
|
||||||
S43_DEPS += \
|
|
||||||
./RTCASMFunctions_CCE.d
|
|
||||||
|
|
||||||
C_DEPS__QUOTED += \
|
|
||||||
"CAN.d" \
|
|
||||||
"MODEM.d" \
|
|
||||||
"RTC.d" \
|
|
||||||
"char_FIFO.d" \
|
|
||||||
"clock_init.d" \
|
|
||||||
"io_init.d" \
|
|
||||||
"main.d" \
|
|
||||||
"message_FIFO.d"
|
|
||||||
|
|
||||||
OBJS__QUOTED += \
|
OBJS__QUOTED += \
|
||||||
"CAN.obj" \
|
"CAN.obj" \
|
||||||
"MODEM.obj" \
|
"MODEM.obj" \
|
||||||
@@ -62,11 +54,21 @@ OBJS__QUOTED += \
|
|||||||
"clock_init.obj" \
|
"clock_init.obj" \
|
||||||
"io_init.obj" \
|
"io_init.obj" \
|
||||||
"main.obj" \
|
"main.obj" \
|
||||||
"message_FIFO.obj"
|
"message_FIFO.obj"
|
||||||
|
|
||||||
|
C_DEPS__QUOTED += \
|
||||||
|
"CAN.d" \
|
||||||
|
"MODEM.d" \
|
||||||
|
"RTC.d" \
|
||||||
|
"char_FIFO.d" \
|
||||||
|
"clock_init.d" \
|
||||||
|
"io_init.d" \
|
||||||
|
"main.d" \
|
||||||
|
"message_FIFO.d"
|
||||||
|
|
||||||
S43_DEPS__QUOTED += \
|
S43_DEPS__QUOTED += \
|
||||||
"RTCASMFunctions_CCE.d"
|
"RTCASMFunctions_CCE.d"
|
||||||
|
|
||||||
C_SRCS__QUOTED += \
|
C_SRCS__QUOTED += \
|
||||||
"../CAN.c" \
|
"../CAN.c" \
|
||||||
"../MODEM.c" \
|
"../MODEM.c" \
|
||||||
@@ -75,9 +77,9 @@ C_SRCS__QUOTED += \
|
|||||||
"../clock_init.c" \
|
"../clock_init.c" \
|
||||||
"../io_init.c" \
|
"../io_init.c" \
|
||||||
"../main.c" \
|
"../main.c" \
|
||||||
"../message_FIFO.c"
|
"../message_FIFO.c"
|
||||||
|
|
||||||
S43_SRCS__QUOTED += \
|
S43_SRCS__QUOTED += \
|
||||||
"../RTCASMFunctions_CCE.s43"
|
"../RTCASMFunctions_CCE.s43"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Automatically-generated file. Do not edit!
|
# Automatically-generated file. Do not edit!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
SHELL = cmd.exe
|
SHELL = cmd.exe
|
||||||
|
|
||||||
CG_TOOL_ROOT := C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS
|
CG_TOOL_ROOT := C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS
|
||||||
|
|
||||||
GEN_OPTS__FLAG :=
|
GEN_OPTS__FLAG :=
|
||||||
GEN_CMDS__FLAG :=
|
GEN_CMDS__FLAG :=
|
||||||
|
|
||||||
ORDERED_OBJS += \
|
ORDERED_OBJS += \
|
||||||
"./LTCspi.obj" \
|
"./LTCspi.obj" \
|
||||||
"./RS232.obj" \
|
"./RS232.obj" \
|
||||||
@@ -24,152 +24,153 @@ ORDERED_OBJS += \
|
|||||||
$(GEN_CMDS__FLAG) \
|
$(GEN_CMDS__FLAG) \
|
||||||
-llibmath.a \
|
-llibmath.a \
|
||||||
-llibc.a \
|
-llibc.a \
|
||||||
|
|
||||||
-include ../makefile.init
|
-include ../makefile.init
|
||||||
|
|
||||||
RM := DEL /F
|
RM := DEL /F
|
||||||
RMDIR := RMDIR /S/Q
|
RMDIR := RMDIR /S/Q
|
||||||
|
|
||||||
# All of the sources participating in the build are defined here
|
# All of the sources participating in the build are defined here
|
||||||
-include sources.mk
|
-include sources.mk
|
||||||
-include subdir_vars.mk
|
-include subdir_vars.mk
|
||||||
-include subdir_rules.mk
|
-include subdir_rules.mk
|
||||||
-include objects.mk
|
-include objects.mk
|
||||||
|
|
||||||
ifneq ($(MAKECMDGOALS),clean)
|
ifneq ($(MAKECMDGOALS),clean)
|
||||||
ifneq ($(strip $(S_DEPS)),)
|
ifneq ($(strip $(C55_DEPS)),)
|
||||||
-include $(S_DEPS)
|
-include $(C55_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S_UPPER_DEPS)),)
|
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||||
-include $(S_UPPER_DEPS)
|
-include $(C_UPPER_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S62_DEPS)),)
|
ifneq ($(strip $(S67_DEPS)),)
|
||||||
-include $(S62_DEPS)
|
-include $(S67_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C64_DEPS)),)
|
ifneq ($(strip $(S62_DEPS)),)
|
||||||
-include $(C64_DEPS)
|
-include $(S62_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(ASM_DEPS)),)
|
ifneq ($(strip $(S_DEPS)),)
|
||||||
-include $(ASM_DEPS)
|
-include $(S_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(CC_DEPS)),)
|
ifneq ($(strip $(OPT_DEPS)),)
|
||||||
-include $(CC_DEPS)
|
-include $(OPT_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(SV7A_DEPS)),)
|
ifneq ($(strip $(C??_DEPS)),)
|
||||||
-include $(SV7A_DEPS)
|
-include $(C??_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S55_DEPS)),)
|
ifneq ($(strip $(ASM_UPPER_DEPS)),)
|
||||||
-include $(S55_DEPS)
|
-include $(ASM_UPPER_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C67_DEPS)),)
|
ifneq ($(strip $(S??_DEPS)),)
|
||||||
-include $(C67_DEPS)
|
-include $(S??_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(CLA_DEPS)),)
|
ifneq ($(strip $(C64_DEPS)),)
|
||||||
-include $(CLA_DEPS)
|
-include $(C64_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C??_DEPS)),)
|
ifneq ($(strip $(CXX_DEPS)),)
|
||||||
-include $(C??_DEPS)
|
-include $(CXX_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(CPP_DEPS)),)
|
ifneq ($(strip $(S64_DEPS)),)
|
||||||
-include $(CPP_DEPS)
|
-include $(S64_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S??_DEPS)),)
|
ifneq ($(strip $(INO_DEPS)),)
|
||||||
-include $(S??_DEPS)
|
-include $(INO_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C_DEPS)),)
|
ifneq ($(strip $(CLA_DEPS)),)
|
||||||
-include $(C_DEPS)
|
-include $(CLA_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C62_DEPS)),)
|
ifneq ($(strip $(S55_DEPS)),)
|
||||||
-include $(C62_DEPS)
|
-include $(S55_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(CXX_DEPS)),)
|
ifneq ($(strip $(SV7A_DEPS)),)
|
||||||
-include $(CXX_DEPS)
|
-include $(SV7A_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C++_DEPS)),)
|
ifneq ($(strip $(C62_DEPS)),)
|
||||||
-include $(C++_DEPS)
|
-include $(C62_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(ASM_UPPER_DEPS)),)
|
ifneq ($(strip $(C67_DEPS)),)
|
||||||
-include $(ASM_UPPER_DEPS)
|
-include $(C67_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(K_DEPS)),)
|
ifneq ($(strip $(PDE_DEPS)),)
|
||||||
-include $(K_DEPS)
|
-include $(PDE_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C43_DEPS)),)
|
ifneq ($(strip $(K_DEPS)),)
|
||||||
-include $(C43_DEPS)
|
-include $(K_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(INO_DEPS)),)
|
ifneq ($(strip $(C_DEPS)),)
|
||||||
-include $(INO_DEPS)
|
-include $(C_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S67_DEPS)),)
|
ifneq ($(strip $(CC_DEPS)),)
|
||||||
-include $(S67_DEPS)
|
-include $(CC_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(SA_DEPS)),)
|
ifneq ($(strip $(C++_DEPS)),)
|
||||||
-include $(SA_DEPS)
|
-include $(C++_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S43_DEPS)),)
|
ifneq ($(strip $(C43_DEPS)),)
|
||||||
-include $(S43_DEPS)
|
-include $(C43_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(OPT_DEPS)),)
|
ifneq ($(strip $(S43_DEPS)),)
|
||||||
-include $(OPT_DEPS)
|
-include $(S43_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(PDE_DEPS)),)
|
ifneq ($(strip $(ASM_DEPS)),)
|
||||||
-include $(PDE_DEPS)
|
-include $(ASM_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(S64_DEPS)),)
|
ifneq ($(strip $(S_UPPER_DEPS)),)
|
||||||
-include $(S64_DEPS)
|
-include $(S_UPPER_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
ifneq ($(strip $(CPP_DEPS)),)
|
||||||
-include $(C_UPPER_DEPS)
|
-include $(CPP_DEPS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(C55_DEPS)),)
|
ifneq ($(strip $(SA_DEPS)),)
|
||||||
-include $(C55_DEPS)
|
-include $(SA_DEPS)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
-include ../makefile.defs
|
-include ../makefile.defs
|
||||||
|
|
||||||
# Add inputs and outputs from these tool invocations to the build variables
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
EXE_OUTPUTS += \
|
EXE_OUTPUTS += \
|
||||||
Debug3.out \
|
Debug3.out \
|
||||||
|
|
||||||
EXE_OUTPUTS__QUOTED += \
|
EXE_OUTPUTS__QUOTED += \
|
||||||
"Debug3.out" \
|
"Debug3.out" \
|
||||||
|
|
||||||
BIN_OUTPUTS += \
|
BIN_OUTPUTS += \
|
||||||
Debug3.hex \
|
Debug3.hex \
|
||||||
|
|
||||||
BIN_OUTPUTS__QUOTED += \
|
BIN_OUTPUTS__QUOTED += \
|
||||||
"Debug3.hex" \
|
"Debug3.hex" \
|
||||||
|
|
||||||
|
|
||||||
# All Target
|
# All Target
|
||||||
all: Debug3.out
|
all: Debug3.out
|
||||||
|
|
||||||
# Tool invocations
|
# Tool invocations
|
||||||
Debug3.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
|
Debug3.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
|
||||||
@echo 'Building target: $@'
|
@echo 'Building target: "$@"'
|
||||||
@echo 'Invoking: MSP430 Linker'
|
@echo 'Invoking: MSP430 Linker'
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal -z -m"Debug3.map" --stack_size=160 --heap_size=160 --cinit_hold_wdt=on -i"C:/ti/ccsv6/ccs_base/msp430/include" -i"C:/ti/ccsv6/ccs_base/msp430/lib/5xx_6xx_FRxx" -i"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/lib" -i"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="Debug3_linkInfo.xml" --use_hw_mpy=F5 --rom_model -o "Debug3.out" $(ORDERED_OBJS)
|
"C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --advice:power=all -g --define=__MSP430F5438A__ --display_error_number --diag_wrap=off --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal -z -m"Debug3.map" --heap_size=160 --stack_size=160 --cinit_hold_wdt=on -i"C:/TI_CCS/ccs/ccs_base/msp430/include" -i"C:/TI_CCS/ccs/ccs_base/msp430/lib/5xx_6xx_FRxx" -i"C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/lib" -i"C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/include" --reread_libs --display_error_number --diag_wrap=off --warn_sections --xml_link_info="Debug3_linkInfo.xml" --use_hw_mpy=F5 --rom_model -o "Debug3.out" $(ORDERED_OBJS)
|
||||||
@echo 'Finished building target: $@'
|
@echo 'Finished building target: "$@"'
|
||||||
@echo ' '
|
@echo ' '
|
||||||
|
|
||||||
Debug3.hex: $(EXE_OUTPUTS)
|
Debug3.hex: $(EXE_OUTPUTS)
|
||||||
@echo 'Invoking: MSP430 Hex Utility'
|
@echo 'Building files: $(strip $(EXE_OUTPUTS__QUOTED))'
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/hex430" --memwidth=8 --romwidth=8 -o "Debug3.hex" $(EXE_OUTPUTS__QUOTED)
|
@echo 'Invoking: MSP430 Hex Utility'
|
||||||
@echo 'Finished building: $@'
|
"C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/bin/hex430" --memwidth=8 --romwidth=8 --diag_wrap=off -o "Debug3.hex" $(EXE_OUTPUTS__QUOTED)
|
||||||
@echo ' '
|
@echo 'Finished building: $(strip $(EXE_OUTPUTS__QUOTED))'
|
||||||
|
@echo ' '
|
||||||
# Other Targets
|
|
||||||
clean:
|
# Other Targets
|
||||||
-$(RM) $(EXE_OUTPUTS__QUOTED)$(BIN_OUTPUTS__QUOTED)
|
clean:
|
||||||
-$(RM) "LTCspi.d" "RS232.d" "RTC.d" "can0.d" "can1.d" "canspi.d" "clock_init.d" "io_init.d" "main.d"
|
-$(RM) $(BIN_OUTPUTS__QUOTED)$(EXE_OUTPUTS__QUOTED)
|
||||||
-$(RM) "LTCspi.obj" "RS232.obj" "RTC.obj" "RTCASMFunctions_CCE.obj" "can0.obj" "can1.obj" "canspi.obj" "clock_init.obj" "io_init.obj" "main.obj"
|
-$(RM) "LTCspi.obj" "RS232.obj" "RTC.obj" "RTCASMFunctions_CCE.obj" "can0.obj" "can1.obj" "canspi.obj" "clock_init.obj" "io_init.obj" "main.obj"
|
||||||
-$(RM) "RTCASMFunctions_CCE.d"
|
-$(RM) "LTCspi.d" "RS232.d" "RTC.d" "can0.d" "can1.d" "canspi.d" "clock_init.d" "io_init.d" "main.d"
|
||||||
-@echo 'Finished clean'
|
-$(RM) "RTCASMFunctions_CCE.d"
|
||||||
-@echo ' '
|
-@echo 'Finished clean'
|
||||||
|
-@echo ' '
|
||||||
.PHONY: all clean dependents
|
|
||||||
.SECONDARY:
|
.PHONY: all clean dependents
|
||||||
|
.SECONDARY:
|
||||||
-include ../makefile.targets
|
|
||||||
|
-include ../makefile.targets
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Automatically-generated file. Do not edit!
|
# Automatically-generated file. Do not edit!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
USER_OBJS :=
|
USER_OBJS :=
|
||||||
|
|
||||||
LIBS := -llibmath.a -llibc.a
|
LIBS := -llibmath.a -llibc.a
|
||||||
|
|
||||||
|
|||||||
@@ -1,115 +1,115 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Automatically-generated file. Do not edit!
|
# Automatically-generated file. Do not edit!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
O_SRCS :=
|
C55_SRCS :=
|
||||||
CPP_SRCS :=
|
A_SRCS :=
|
||||||
K_SRCS :=
|
ASM_UPPER_SRCS :=
|
||||||
LD_SRCS :=
|
EXE_SRCS :=
|
||||||
S67_SRCS :=
|
LDS_UPPER_SRCS :=
|
||||||
LDS_SRCS :=
|
CPP_SRCS :=
|
||||||
CMD_SRCS :=
|
CMD_SRCS :=
|
||||||
EXE_SRCS :=
|
O_SRCS :=
|
||||||
CXX_SRCS :=
|
ELF_SRCS :=
|
||||||
CMD_UPPER_SRCS :=
|
C??_SRCS :=
|
||||||
ELF_SRCS :=
|
C64_SRCS :=
|
||||||
C43_SRCS :=
|
C67_SRCS :=
|
||||||
S55_SRCS :=
|
SA_SRCS :=
|
||||||
LD_UPPER_SRCS :=
|
S64_SRCS :=
|
||||||
C62_SRCS :=
|
OPT_SRCS :=
|
||||||
S_UPPER_SRCS :=
|
CXX_SRCS :=
|
||||||
A_SRCS :=
|
S67_SRCS :=
|
||||||
SA_SRCS :=
|
S??_SRCS :=
|
||||||
C55_SRCS :=
|
PDE_SRCS :=
|
||||||
LDS_UPPER_SRCS :=
|
SV7A_SRCS :=
|
||||||
C_UPPER_SRCS :=
|
K_SRCS :=
|
||||||
OUT_SRCS :=
|
CLA_SRCS :=
|
||||||
INO_SRCS :=
|
S55_SRCS :=
|
||||||
OBJ_SRCS :=
|
LD_UPPER_SRCS :=
|
||||||
S62_SRCS :=
|
OUT_SRCS :=
|
||||||
LIB_SRCS :=
|
INO_SRCS :=
|
||||||
PDE_SRCS :=
|
LIB_SRCS :=
|
||||||
SV7A_SRCS :=
|
ASM_SRCS :=
|
||||||
ASM_SRCS :=
|
S_UPPER_SRCS :=
|
||||||
ASM_UPPER_SRCS :=
|
S43_SRCS :=
|
||||||
C++_SRCS :=
|
LD_SRCS :=
|
||||||
CLA_SRCS :=
|
CMD_UPPER_SRCS :=
|
||||||
S??_SRCS :=
|
C_UPPER_SRCS :=
|
||||||
C_SRCS :=
|
C++_SRCS :=
|
||||||
C67_SRCS :=
|
C43_SRCS :=
|
||||||
S_SRCS :=
|
OBJ_SRCS :=
|
||||||
S43_SRCS :=
|
LDS_SRCS :=
|
||||||
OPT_SRCS :=
|
S_SRCS :=
|
||||||
C64_SRCS :=
|
CC_SRCS :=
|
||||||
CC_SRCS :=
|
S62_SRCS :=
|
||||||
C??_SRCS :=
|
C62_SRCS :=
|
||||||
S64_SRCS :=
|
C_SRCS :=
|
||||||
OBJS :=
|
C55_DEPS :=
|
||||||
BIN_OUTPUTS :=
|
C_UPPER_DEPS :=
|
||||||
S_DEPS :=
|
S67_DEPS :=
|
||||||
S_UPPER_DEPS :=
|
S62_DEPS :=
|
||||||
S62_DEPS :=
|
S_DEPS :=
|
||||||
C64_DEPS :=
|
OPT_DEPS :=
|
||||||
ASM_DEPS :=
|
C??_DEPS :=
|
||||||
CC_DEPS :=
|
ASM_UPPER_DEPS :=
|
||||||
SV7A_DEPS :=
|
S??_DEPS :=
|
||||||
S55_DEPS :=
|
C64_DEPS :=
|
||||||
C67_DEPS :=
|
CXX_DEPS :=
|
||||||
CLA_DEPS :=
|
S64_DEPS :=
|
||||||
C??_DEPS :=
|
INO_DEPS :=
|
||||||
CPP_DEPS :=
|
CLA_DEPS :=
|
||||||
S??_DEPS :=
|
S55_DEPS :=
|
||||||
C_DEPS :=
|
SV7A_DEPS :=
|
||||||
C62_DEPS :=
|
EXE_OUTPUTS :=
|
||||||
EXE_OUTPUTS :=
|
C62_DEPS :=
|
||||||
CXX_DEPS :=
|
C67_DEPS :=
|
||||||
C++_DEPS :=
|
PDE_DEPS :=
|
||||||
ASM_UPPER_DEPS :=
|
K_DEPS :=
|
||||||
K_DEPS :=
|
C_DEPS :=
|
||||||
C43_DEPS :=
|
CC_DEPS :=
|
||||||
INO_DEPS :=
|
BIN_OUTPUTS :=
|
||||||
S67_DEPS :=
|
C++_DEPS :=
|
||||||
SA_DEPS :=
|
C43_DEPS :=
|
||||||
S43_DEPS :=
|
S43_DEPS :=
|
||||||
OPT_DEPS :=
|
OBJS :=
|
||||||
PDE_DEPS :=
|
ASM_DEPS :=
|
||||||
S64_DEPS :=
|
S_UPPER_DEPS :=
|
||||||
C_UPPER_DEPS :=
|
CPP_DEPS :=
|
||||||
C55_DEPS :=
|
SA_DEPS :=
|
||||||
CPP_DEPS__QUOTED :=
|
C++_DEPS__QUOTED :=
|
||||||
C67_DEPS__QUOTED :=
|
OPT_DEPS__QUOTED :=
|
||||||
INO_DEPS__QUOTED :=
|
S_UPPER_DEPS__QUOTED :=
|
||||||
C??_DEPS__QUOTED :=
|
SA_DEPS__QUOTED :=
|
||||||
S_UPPER_DEPS__QUOTED :=
|
C??_DEPS__QUOTED :=
|
||||||
CLA_DEPS__QUOTED :=
|
S67_DEPS__QUOTED :=
|
||||||
ASM_UPPER_DEPS__QUOTED :=
|
C55_DEPS__QUOTED :=
|
||||||
C62_DEPS__QUOTED :=
|
CC_DEPS__QUOTED :=
|
||||||
CXX_DEPS__QUOTED :=
|
ASM_UPPER_DEPS__QUOTED :=
|
||||||
EXE_OUTPUTS__QUOTED :=
|
SV7A_DEPS__QUOTED :=
|
||||||
S67_DEPS__QUOTED :=
|
S??_DEPS__QUOTED :=
|
||||||
BIN_OUTPUTS__QUOTED :=
|
OBJS__QUOTED :=
|
||||||
C_DEPS__QUOTED :=
|
C67_DEPS__QUOTED :=
|
||||||
C_UPPER_DEPS__QUOTED :=
|
K_DEPS__QUOTED :=
|
||||||
OPT_DEPS__QUOTED :=
|
S55_DEPS__QUOTED :=
|
||||||
S_DEPS__QUOTED :=
|
INO_DEPS__QUOTED :=
|
||||||
K_DEPS__QUOTED :=
|
C62_DEPS__QUOTED :=
|
||||||
S??_DEPS__QUOTED :=
|
C_DEPS__QUOTED :=
|
||||||
C64_DEPS__QUOTED :=
|
C_UPPER_DEPS__QUOTED :=
|
||||||
C++_DEPS__QUOTED :=
|
C43_DEPS__QUOTED :=
|
||||||
OBJS__QUOTED :=
|
CPP_DEPS__QUOTED :=
|
||||||
CC_DEPS__QUOTED :=
|
BIN_OUTPUTS__QUOTED :=
|
||||||
S43_DEPS__QUOTED :=
|
C64_DEPS__QUOTED :=
|
||||||
S55_DEPS__QUOTED :=
|
CXX_DEPS__QUOTED :=
|
||||||
SA_DEPS__QUOTED :=
|
CLA_DEPS__QUOTED :=
|
||||||
C55_DEPS__QUOTED :=
|
S_DEPS__QUOTED :=
|
||||||
PDE_DEPS__QUOTED :=
|
ASM_DEPS__QUOTED :=
|
||||||
C43_DEPS__QUOTED :=
|
S43_DEPS__QUOTED :=
|
||||||
S62_DEPS__QUOTED :=
|
EXE_OUTPUTS__QUOTED :=
|
||||||
ASM_DEPS__QUOTED :=
|
S64_DEPS__QUOTED :=
|
||||||
SV7A_DEPS__QUOTED :=
|
S62_DEPS__QUOTED :=
|
||||||
S64_DEPS__QUOTED :=
|
PDE_DEPS__QUOTED :=
|
||||||
|
|
||||||
# Every subdirectory with source files must be described here
|
# Every subdirectory with source files must be described here
|
||||||
SUBDIRS := \
|
SUBDIRS := \
|
||||||
. \
|
. \
|
||||||
|
|
||||||
|
|||||||
@@ -1,76 +1,22 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Automatically-generated file. Do not edit!
|
# Automatically-generated file. Do not edit!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Each subdirectory must supply rules for building sources it contributes
|
SHELL = cmd.exe
|
||||||
LTCspi.obj: ../LTCspi.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
%.obj: ../%.c $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="LTCspi.d" $(GEN_OPTS__FLAG) "$<"
|
@echo 'Building file: "$<"'
|
||||||
@echo 'Finished building: $<'
|
@echo 'Invoking: MSP430 Compiler'
|
||||||
@echo ' '
|
"C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/TI_CCS/ccs/ccs_base/msp430/include" --include_path="C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --display_error_number --diag_wrap=off --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
|
||||||
|
@echo 'Finished building: "$<"'
|
||||||
RS232.obj: ../RS232.c $(GEN_OPTS) | $(GEN_HDRS)
|
@echo ' '
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
%.obj: ../%.s43 $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="RS232.d" $(GEN_OPTS__FLAG) "$<"
|
@echo 'Building file: "$<"'
|
||||||
@echo 'Finished building: $<'
|
@echo 'Invoking: MSP430 Compiler'
|
||||||
@echo ' '
|
"C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/TI_CCS/ccs/ccs_base/msp430/include" --include_path="C:/TI_CCS/ccs/tools/compiler/ti-cgt-msp430_20.2.2.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --display_error_number --diag_wrap=off --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
|
||||||
|
@echo 'Finished building: "$<"'
|
||||||
RTC.obj: ../RTC.c $(GEN_OPTS) | $(GEN_HDRS)
|
@echo ' '
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="RTC.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
RTCASMFunctions_CCE.obj: ../RTCASMFunctions_CCE.s43 $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="RTCASMFunctions_CCE.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
can0.obj: ../can0.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="can0.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
can1.obj: ../can1.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="can1.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
canspi.obj: ../canspi.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="canspi.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
clock_init.obj: ../clock_init.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="clock_init.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
io_init.obj: ../io_init.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="io_init.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
main.obj: ../main.c $(GEN_OPTS) | $(GEN_HDRS)
|
|
||||||
@echo 'Building file: $<'
|
|
||||||
@echo 'Invoking: MSP430 Compiler'
|
|
||||||
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="main.d" $(GEN_OPTS__FLAG) "$<"
|
|
||||||
@echo 'Finished building: $<'
|
|
||||||
@echo ' '
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,16 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Automatically-generated file. Do not edit!
|
# Automatically-generated file. Do not edit!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Add inputs and outputs from these tool invocations to the build variables
|
SHELL = cmd.exe
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
CMD_SRCS += \
|
CMD_SRCS += \
|
||||||
../lnk_msp430f5438a.cmd
|
../lnk_msp430f5438a.cmd
|
||||||
|
|
||||||
|
S43_SRCS += \
|
||||||
|
../RTCASMFunctions_CCE.s43
|
||||||
|
|
||||||
C_SRCS += \
|
C_SRCS += \
|
||||||
../LTCspi.c \
|
../LTCspi.c \
|
||||||
../RS232.c \
|
../RS232.c \
|
||||||
@@ -15,11 +20,22 @@ C_SRCS += \
|
|||||||
../canspi.c \
|
../canspi.c \
|
||||||
../clock_init.c \
|
../clock_init.c \
|
||||||
../io_init.c \
|
../io_init.c \
|
||||||
../main.c
|
../main.c
|
||||||
|
|
||||||
S43_SRCS += \
|
C_DEPS += \
|
||||||
../RTCASMFunctions_CCE.s43
|
./LTCspi.d \
|
||||||
|
./RS232.d \
|
||||||
|
./RTC.d \
|
||||||
|
./can0.d \
|
||||||
|
./can1.d \
|
||||||
|
./canspi.d \
|
||||||
|
./clock_init.d \
|
||||||
|
./io_init.d \
|
||||||
|
./main.d
|
||||||
|
|
||||||
|
S43_DEPS += \
|
||||||
|
./RTCASMFunctions_CCE.d
|
||||||
|
|
||||||
OBJS += \
|
OBJS += \
|
||||||
./LTCspi.obj \
|
./LTCspi.obj \
|
||||||
./RS232.obj \
|
./RS232.obj \
|
||||||
@@ -30,33 +46,8 @@ OBJS += \
|
|||||||
./canspi.obj \
|
./canspi.obj \
|
||||||
./clock_init.obj \
|
./clock_init.obj \
|
||||||
./io_init.obj \
|
./io_init.obj \
|
||||||
./main.obj
|
./main.obj
|
||||||
|
|
||||||
C_DEPS += \
|
|
||||||
./LTCspi.d \
|
|
||||||
./RS232.d \
|
|
||||||
./RTC.d \
|
|
||||||
./can0.d \
|
|
||||||
./can1.d \
|
|
||||||
./canspi.d \
|
|
||||||
./clock_init.d \
|
|
||||||
./io_init.d \
|
|
||||||
./main.d
|
|
||||||
|
|
||||||
S43_DEPS += \
|
|
||||||
./RTCASMFunctions_CCE.d
|
|
||||||
|
|
||||||
C_DEPS__QUOTED += \
|
|
||||||
"LTCspi.d" \
|
|
||||||
"RS232.d" \
|
|
||||||
"RTC.d" \
|
|
||||||
"can0.d" \
|
|
||||||
"can1.d" \
|
|
||||||
"canspi.d" \
|
|
||||||
"clock_init.d" \
|
|
||||||
"io_init.d" \
|
|
||||||
"main.d"
|
|
||||||
|
|
||||||
OBJS__QUOTED += \
|
OBJS__QUOTED += \
|
||||||
"LTCspi.obj" \
|
"LTCspi.obj" \
|
||||||
"RS232.obj" \
|
"RS232.obj" \
|
||||||
@@ -67,11 +58,22 @@ OBJS__QUOTED += \
|
|||||||
"canspi.obj" \
|
"canspi.obj" \
|
||||||
"clock_init.obj" \
|
"clock_init.obj" \
|
||||||
"io_init.obj" \
|
"io_init.obj" \
|
||||||
"main.obj"
|
"main.obj"
|
||||||
|
|
||||||
|
C_DEPS__QUOTED += \
|
||||||
|
"LTCspi.d" \
|
||||||
|
"RS232.d" \
|
||||||
|
"RTC.d" \
|
||||||
|
"can0.d" \
|
||||||
|
"can1.d" \
|
||||||
|
"canspi.d" \
|
||||||
|
"clock_init.d" \
|
||||||
|
"io_init.d" \
|
||||||
|
"main.d"
|
||||||
|
|
||||||
S43_DEPS__QUOTED += \
|
S43_DEPS__QUOTED += \
|
||||||
"RTCASMFunctions_CCE.d"
|
"RTCASMFunctions_CCE.d"
|
||||||
|
|
||||||
C_SRCS__QUOTED += \
|
C_SRCS__QUOTED += \
|
||||||
"../LTCspi.c" \
|
"../LTCspi.c" \
|
||||||
"../RS232.c" \
|
"../RS232.c" \
|
||||||
@@ -81,9 +83,9 @@ C_SRCS__QUOTED += \
|
|||||||
"../canspi.c" \
|
"../canspi.c" \
|
||||||
"../clock_init.c" \
|
"../clock_init.c" \
|
||||||
"../io_init.c" \
|
"../io_init.c" \
|
||||||
"../main.c"
|
"../main.c"
|
||||||
|
|
||||||
S43_SRCS__QUOTED += \
|
S43_SRCS__QUOTED += \
|
||||||
"../RTCASMFunctions_CCE.s43"
|
"../RTCASMFunctions_CCE.s43"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user