]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ep-processor-libraries/dsplib.git/commitdiff
Added missing setenv.bat needed for CCS project generation.
authorJianzhong Xu <uda0869574local@UDA0869574>
Tue, 31 Jul 2018 15:42:05 +0000 (11:42 -0400)
committerJianzhong Xu <uda0869574local@UDA0869574>
Tue, 31 Jul 2018 15:42:05 +0000 (11:42 -0400)
ti/dsplib/setenv.bat [new file with mode: 0644]

diff --git a/ti/dsplib/setenv.bat b/ti/dsplib/setenv.bat
new file mode 100644 (file)
index 0000000..76448f2
--- /dev/null
@@ -0,0 +1,27 @@
+@echo off
+rem # *************************************************************************
+rem #  FILE           : setenv.bat
+rem #  DESCRIPTION    :
+rem #
+rem #     This batch script should be run first before building dsplib
+rem #
+rem # *************************************************************************
+
+rem # *************************************************************************
+rem # *** Set up tools version (which are root directory)
+rem # *************************************************************************
+
+set CCSCGTVER=8.2.2
+set CCSVERSION=CCSV8.1
+
+set CCSV8_INSTALL_DIR=C:/ti/ccsv8
+set CGT_INSTALL_DIR=C:/ti/ccsv8/tools/compiler/ti-cgt-c6000_8.2.2
+
+rem # set dsplib repository path
+xs -f setxdcpath.js
+if errorlevel 1 goto end
+
+rem # call tempcfg.bat
+call tempcfg
+rem # remove tempcfg.bat
+rm tempcfg.bat