Use this panel to specify additional files the ARM 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 ARM assembler.
| Option | Description |
|---|---|
| Prefix File | Specify a prefix file that you want the compiler to include at the top of each file. |
| Enable Debug | Check to automatically generate the debug information for the project. |
| Always Search Both User and System Paths (-nosyspath) | Performs a search of both the user and system paths, treating #include statements of the form #include <xyz> the same as the form #include " xyz". |
| Include User Search Paths (-i) | Enables you to add new directories to the list of directories where the user files are searched. |
| Include User Recursive Search Paths (-ir) | Enables you to add new directories to the list of directories recursively where the user files are searched. |
| Include System Search Paths (-I- -I) | Enables you to add new directories to the list of directories where the system files are searched. |
| Include System Recursive Search Paths (-I- -ir) | Enables you to add new directories to the list of directories recursively where the system files are searched. |
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. | |
| 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 |
Teh 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.