]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/make/setupenvMsys.sh
MCSDK 3.0: update CGT version for Alpha-6 release
[keystone-rtos/ibl.git] / src / make / setupenvMsys.sh
1 #!/bin/bash
3 # Environment setup to be done if using MSYS Bash shell for build
5 # Specify the base directory of the c6000 compiler with UNIX style path separator
6 export C6X_BASE_DIR='"C:/ti/ccsv5/tools/compiler/c6000_7.4.1"'
8 # Specify the base directory of the c6000 compiler in format understandable by the MSYS Bash shell 
9 export C6X_BASE_DIR_MSYS=/c/Program\ Files/Texas\ Instruments/C6000\ Code\ Generation\ Tools\ 7\.4\.1
10 export C6X_BASE_DIR_MSYS=/c/ti/ccsv5/tools/compiler/c6000_7\.4\.1
12 # Don't modify the below variables. They are derived from the above definitions 
13 export PATH=$PATH:$C6X_BASE_DIR_MSYS/bin
14 export TOOLSC6X=$C6X_BASE_DIR
15 export TOOLSC6XDOS=$C6X_BASE_DIR