Keil™, An ARM® Company

C166 User's Guide

Environment Settings

If you run the C166 Compiler within the µVision IDE, you need no additional settings on your computer. If you want to run the C166 Compiler and utilities from the command prompt, you must manually create the following environment variables.

VariablePathDescription
PATH\KEIL\C166\BINPath to the C166 executable program.
TMP Path to use for temporary files generated by the compiler. If the specified path does not exist, the compiler generates an error and aborts compilation.
C166INC\KEIL\C166\INCPath to the folder for C166 include files.
C166LIB\KEIL\C166\LIBPath to the folder for C166 library files.

For Windows NT, Windows 2000, Windows XP, and Windows 2003, environment variables are entered under Control Panel — System — Advanced — Environment Variables.

For Windows 95, Windows 98, and Windows ME, the settings are placed in AUTOEXEC.BAT using the following commands:

PATH=C:\KEIL\C166\BIN;%PATH%
SET TMP=D:\TMP
SET C166INC=C:\KEIL\C166\INC
SET C166LIB=C:\KEIL\C166\LIB