summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 272c845)
raw | patch | inline | side by side (parent: 272c845)
author | Ivan Pang <i-pang@ti.com> | |
Thu, 17 Nov 2011 20:04:31 +0000 (15:04 -0500) | ||
committer | Ivan Pang <i-pang@ti.com> | |
Thu, 17 Nov 2011 20:04:31 +0000 (15:04 -0500) |
src/make/setupenvMsys.sh | patch | blob | history |
index 66855aafbfb571c252f5bab4e854a39db6561353..f01a2d4d50117bd79b51885590e949689aaa7b96 100755 (executable)
--- a/src/make/setupenvMsys.sh
+++ b/src/make/setupenvMsys.sh
# Environment setup to be done if using MSYS Bash shell for build
# Specify the base directory of the c6000 compiler with UNIX style path separator
-export C6X_BASE_DIR='"C:/Program Files/Texas Instruments/ccsv5/tools/compiler/c6000"'
+export C6X_BASE_DIR='"C:/Program Files/Texas Instruments/C6000 Code Generation Tools 7.2.4"'
# Specify the base directory of the c6000 compiler in format understandable by the MSYS Bash shell
-export C6X_BASE_DIR_MSYS=/c/Program\ Files/Texas\ Instruments/ccsv5/tools/compiler/c6000
+export C6X_BASE_DIR_MSYS=/c/Program\ Files/Texas\ Instruments/C6000\ Code\ Generation\ Tools\ 7\.2\.4
# Don't modify the below variables. They are derived from the above definitions
export PATH=$PATH:$C6X_BASE_DIR_MSYS/bin