]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/commitdiff
MCSDK 3.0: update CGT version for Alpha-6 release DEV.MCSDK-03.00.00.06 DEV.MCSDK-03.00.00.07 DEV.MCSDK-03.00.00.08 DEV.MCSDK-03.00.00.09 DEV.MCSDK-03.00.00.09B DEV.MCSDK-03.00.00.12B DEV.MCSDK-03.00.01.12 DEV.MCSDK-03.00.02.13 DEV.MCSDK-03.00.02.14 DEV.MCSDK-03.00.03.15
authorHao Zhang <hzhang@ti.com>
Fri, 11 Jan 2013 22:29:35 +0000 (17:29 -0500)
committerHao Zhang <hzhang@ti.com>
Fri, 11 Jan 2013 22:29:35 +0000 (17:29 -0500)
src/make/setupenvLnx.sh
src/make/setupenvMsys.sh

index 6cb5212e36e6cf5b3028ed3a4f4e0a556684c48f..b5f90dbc201910790f060ac2e1a96dfdafba5f8c 100755 (executable)
@@ -2,7 +2,7 @@
 export OS="Linux"
 
 if [ -z $C6X_CGT_VERSION ]; then
-    C6X_CGT_VERSION=7.3.4
+    C6X_CGT_VERSION=7.4.1
 fi
 
 if [ -z "$C6X_BASE_DIR" ]; then
index fa6f749a2e02b27a20d8f555502239dd57c1817c..18ebfa3e37caff565fd8aea039efa662b8cebc6e 100755 (executable)
@@ -3,11 +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:/ti/ccsv5/tools/compiler/c6000_7.3.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/ti/ccsv5/tools/compiler/c6000_7\.3\.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