Synchronized Debugging Through DA-C IDE
Configuring DA-C IDE for Freescale Tool Kit
223
Microcontrollers Debugger Manual

Preprocessor - Header Directories

This text box determines the list of directories that are to be searched for files named
within the #include directive. A semicolon separates directories. Only listed directories
are searched for files named between < and >. Searching for files named between
quotation marks (""), starts in the directory of the source file containing #include
directive.
The list of header directories can be assigned in a file. In that case, this field contains the
file name (absolute or relative in relation to the project root) with prefix @. Directories are
separated with a semi-colon or new line.
Define the library path matching your CPU (assuming Freescale tools are installed on
C:\Program Files\Freescale):
C:\Program Files\Freescale\lib\<processor>c\include.

Preprocessor - Preinclude File

This text box determines the name of the file included automatically at the beginning of
every source module during analysis, as if #include "string" were present in the
first line. Use the preinclude file to specify predefined macros and variable and function
declarations for a particular compiler, which are not set by default in DA-C analysis. We
have selected the one corresponding to our example: M68k preinclude file (adapt it to your
needs).