]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/make/setupenvMsys.sh
MCSDK 3.0: update CGT version for Alpha-6 release
[keystone-rtos/ibl.git] / src / make / setupenvMsys.sh
index f01a2d4d50117bd79b51885590e949689aaa7b96..18ebfa3e37caff565fd8aea039efa662b8cebc6e 100755 (executable)
@@ -3,10 +3,11 @@
 # 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/C6000 Code Generation Tools 7.2.4"'
+export C6X_BASE_DIR='"C:/ti/ccsv5/tools/compiler/c6000_7.4.1"'
 
 # 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/C6000\ Code\ Generation\ Tools\ 7\.2\.4
+export C6X_BASE_DIR_MSYS=/c/Program\ Files/Texas\ Instruments/C6000\ Code\ Generation\ Tools\ 7\.4\.1
+export C6X_BASE_DIR_MSYS=/c/ti/ccsv5/tools/compiler/c6000_7\.4\.1
 
 # Don't modify the below variables. They are derived from the above definitions 
 export PATH=$PATH:$C6X_BASE_DIR_MSYS/bin