Use this panel to specify additional files the ColdFire Assembler should use. You can specify multiple additional libraries and library search paths. Also, you can change the order in which the IDE uses or searches the libraries.
The following table lists and describes the input options for ColdFire assembler.
| Option | Description |
|---|---|
| Prefix File | Specifies a file automatically included in all project assembly files. |
| Always Search User Paths (-nosyspath) | CodeWarrior searches only the system path when looking for a file included with #include <...>. To have it searches user path as well, check this box. Note: #include "..." will always search both sets of paths. |
| User Path (-i) | Lists the available user paths. |
| User Recursive Path (-ir) | Appends a recursive access path to the current #include list. This command is global. Syntax-ir pathpath The recursive access path to append. |
| System Path (-I- -I) | Lists the available system paths. |
| System Recursive Path (-I- -ir) | Appends a system recursive access path to the current #include list. This command is global. |
The following table lists and describes the toolbar buttons that help work with the user and system search paths.
| Button | Description |
|---|---|
| Add - Click to open the Add directory path dialog box and specify the search path. | |
| Delete - Click to delete the selected search path. To confirm deletion, click Yes in the Confirm Delete dialog box. | |
| Edit - Click to open the Edit directory path dialog box and update the selected search path. | |
| Move up - Click to move the selected search path one position higher in the list | |
| Move down - Click to move the selected search path one position lower in the list |
The following figure shows the Add directory path dialog box.
The following table shows the Edit directory path dialog box.
The buttons in the Add directory path and Edit directory path dialog boxes help work with the object file search paths.