From f90898a6a077c53f9cedb19eefec5c7a1992c710 Mon Sep 17 00:00:00 2001 From: Hao Zhang Date: Fri, 11 Jan 2013 17:29:35 -0500 Subject: [PATCH] MCSDK 3.0: update CGT version for Alpha-6 release --- src/make/setupenvLnx.sh | 2 +- src/make/setupenvMsys.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/make/setupenvLnx.sh b/src/make/setupenvLnx.sh index 6cb5212..b5f90db 100755 --- a/src/make/setupenvLnx.sh +++ b/src/make/setupenvLnx.sh @@ -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 diff --git a/src/make/setupenvMsys.sh b/src/make/setupenvMsys.sh index fa6f749..18ebfa3 100755 --- a/src/make/setupenvMsys.sh +++ b/src/make/setupenvMsys.sh @@ -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 -- 2.39.2