English
Language : 

TMS320C6000 Datasheet, PDF (27/126 Pages) Texas Instruments – Code Composer Studio Tutorial
Code Composer Studio Files and Variables
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
Variable
C6X_A_DIR
C6X_C_DIR
PATH
Description
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.
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.
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.
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
Code Composer Studio Overview
1-17