Use this panel to specify file search paths and any additional include files the RS08 Compiler should use. You can specify multiple search paths and the order in which you want to perform the search.
The IDE first looks for an include file in the current directory, or the directory that you specify in the INCLUDE directive. If the IDE does not find the file, it continues searching the paths shown in this panel. The IDE keeps searching paths until it finds the #include file or finishes searching the last path at the bottom of the Include File Search Paths list. The IDE appends to each path the string that you specify in the INCLUDE directive.
For example, if you see the message Could not open source file myfile.h, you must add the path for myfile.h to this panel.
The following table lists and describes the input options for RS08 Compiler.
| Option | Description |
|---|---|
| Filenames are clipped to DOS length (-!) | The filenames are clipped to DOS length (eight characters), when compiling files from MS-DOS file system. |
| Include File Path (-I) | Specify, delete, or rearrange file search paths. |
| Recursive Include File 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. |
| Additional Include Files (-AddInd) | Specify, delete, or rearrange paths to search any additional #include files. |
| Include files only once | Check to include every header file only once; duplicates are ignored. |
The following table lists and describes the toolbar buttons that help work with the file paths.
| Button | Description |
|---|---|
| Add - Click to open the Add directory path dialog box and specify location of the library you want to add. | |
| Delete - Click to delete the selected library 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 path. | |
| Move up - Click to move the selected path one position higher in the list. | |
| Move down - Click to move the selected path one position lower in the list. |
The following figure lists and describes the toolbar buttons that help work with the search paths.
| Button | Description |
|---|---|
| Add - Click to open the Add directory path dialog box and specify location of the library you want to add. | |
| Delete - Click to delete the selected library 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 path. | |
| Move up - Click to move the selected path one position higher in the list. | |
| Move down - Click to move the selected path one position lower in the list. |
The buttons in the Add file path and Edit file path dialog boxes help work with the paths.