Specifications
Code Composer Studio Files and Variables
Code Composer Studio Overview
1-17
1.7.3 Environment Variables
The installation procedure defines the following variables in your
autoexec.bat file (for Windows 95 and 98) or as environment variables (for
Windows NT):
Table 1–1 Environment Variables
1.7.4 Increasing DOS Environment Space
If you are using Windows 95, you may need to increase your DOS shell
environment space to support the environment variables required to build
Code Composer Studio applications.
Add the following line to the config.sys file and then restart your computer:
shell=c:\windows\command.com /e:4096 /p
Variable Description
C6X_A_DIR A search list used by the assembler to find library and include
files for DSP/BIOS, RTDX, and the code generation tools. See
the
TMS320C6000 Assembly Language Tools User’s Guide
for
details.
C6X_C_DIR A search list used by the compiler and linker to find library and
include files for DSP/BIOS, RTDX, and the code generation
tools. See the
TMS320C6000 Optimizing C Compiler User’s
Guide
for details.
PATH A list of folders is added to your PATH definition. The default is to
add the c:\ti\c6000\cgtools\bin and c:\ti\bin folders.