summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Sobota2016-05-13 09:21:53 -0500
committerJustin Sobota2016-05-13 09:21:53 -0500
commit238fbf1616a43bc87651226b311fc9407a27d715 (patch)
tree62a9d904a60f4f2df1949be1aea31848bc163522 /boot_loader/examples/i2c/tftp
parent34806195c9af83c7adef8bd15a94df899e98bef6 (diff)
downloadmcsdk-tools-238fbf1616a43bc87651226b311fc9407a27d715.tar.gz
mcsdk-tools-238fbf1616a43bc87651226b311fc9407a27d715.tar.xz
mcsdk-tools-238fbf1616a43bc87651226b311fc9407a27d715.zip
Update remaining CSL lib paths
Signed-off-by: Justin Sobota <jsobota@ti.com>
Diffstat (limited to 'boot_loader/examples/i2c/tftp')
-rwxr-xr-xboot_loader/examples/i2c/tftp/evmc6657l/build/makefile2
-rwxr-xr-xboot_loader/examples/i2c/tftp/evmc6678l/build/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/boot_loader/examples/i2c/tftp/evmc6657l/build/makefile b/boot_loader/examples/i2c/tftp/evmc6657l/build/makefile
index d12e49f..6a8590b 100755
--- a/boot_loader/examples/i2c/tftp/evmc6657l/build/makefile
+++ b/boot_loader/examples/i2c/tftp/evmc6657l/build/makefile
@@ -131,7 +131,7 @@ all: ../bin/i2ctftpboot_evm6657l.out
131 @echo 'Building target: $@' 131 @echo 'Building target: $@'
132 @echo 'Invoking: C6000 Linker' 132 @echo 'Invoking: C6000 Linker'
133 mkdir -p ../bin 133 mkdir -p ../bin
134 "$(CG_TOOL_ROOT)/bin/cl6x" -mv6600 --abi=eabi -g --display_error_number --diag_warning=225 -z -m"../bin/i2ctftpboot_evm6657l.map" -i"$(CG_TOOL_ROOT)/lib" -i"$(CG_TOOL_ROOT)/include" -i"$(PDK_INSTALL_PATH)/ti/platform/evmc6657l/platform_lib/lib/debug" -i"$(PDK_INSTALL_PATH)/ti/csl/lib/c6657/c66" --reread_libs --warn_sections --xml_link_info="../bin/i2ctftpboot_evm6657l_linkInfo.xml" --rom_model -o "../bin/i2ctftpboot_evm6657l.out" $(ORDERED_OBJS) 134 "$(CG_TOOL_ROOT)/bin/cl6x" -mv6600 --abi=eabi -g --display_error_number --diag_warning=225 -z -m"../bin/i2ctftpboot_evm6657l.map" -i"$(CG_TOOL_ROOT)/lib" -i"$(CG_TOOL_ROOT)/include" -i"$(PDK_INSTALL_PATH)/ti/platform/evmc6657l/platform_lib/lib/debug" -i"$(PDK_INSTALL_PATH)/ti/csl/lib/c6657/c66/release" --reread_libs --warn_sections --xml_link_info="../bin/i2ctftpboot_evm6657l_linkInfo.xml" --rom_model -o "../bin/i2ctftpboot_evm6657l.out" $(ORDERED_OBJS)
135 @echo 'Finished building target: $@' 135 @echo 'Finished building target: $@'
136 @echo ' ' 136 @echo ' '
137 137
diff --git a/boot_loader/examples/i2c/tftp/evmc6678l/build/makefile b/boot_loader/examples/i2c/tftp/evmc6678l/build/makefile
index a14924b..ad129b0 100755
--- a/boot_loader/examples/i2c/tftp/evmc6678l/build/makefile
+++ b/boot_loader/examples/i2c/tftp/evmc6678l/build/makefile
@@ -131,7 +131,7 @@ all: ../bin/i2ctftpboot_evm6678l.out
131 @echo 'Building target: $@' 131 @echo 'Building target: $@'
132 @echo 'Invoking: C6000 Linker' 132 @echo 'Invoking: C6000 Linker'
133 mkdir -p ../bin 133 mkdir -p ../bin
134 "$(CG_TOOL_ROOT)/bin/cl6x" -mv6600 --abi=eabi -g --display_error_number --diag_warning=225 -z -m"../bin/i2ctftpboot_evm6678l.map" -i"$(CG_TOOL_ROOT)/lib" -i"$(CG_TOOL_ROOT)/include" -i"$(PDK_INSTALL_PATH)/ti/platform/evmc6678l/platform_lib/lib/debug" -i"$(PDK_INSTALL_PATH)/ti/csl/lib/c6678/c66" --reread_libs --warn_sections --xml_link_info="../bin/i2ctftpboot_evm6678l_linkInfo.xml" --rom_model -o "../bin/i2ctftpboot_evm6678l.out" $(ORDERED_OBJS) 134 "$(CG_TOOL_ROOT)/bin/cl6x" -mv6600 --abi=eabi -g --display_error_number --diag_warning=225 -z -m"../bin/i2ctftpboot_evm6678l.map" -i"$(CG_TOOL_ROOT)/lib" -i"$(CG_TOOL_ROOT)/include" -i"$(PDK_INSTALL_PATH)/ti/platform/evmc6678l/platform_lib/lib/debug" -i"$(PDK_INSTALL_PATH)/ti/csl/lib/c6678/c66/release" --reread_libs --warn_sections --xml_link_info="../bin/i2ctftpboot_evm6678l_linkInfo.xml" --rom_model -o "../bin/i2ctftpboot_evm6678l.out" $(ORDERED_OBJS)
135 @echo 'Finished building target: $@' 135 @echo 'Finished building target: $@'
136 @echo ' ' 136 @echo ' '
137 137