ARM Ltd Windows GCC C Compiler > Directories

Use the Directories panel to specify the directories paths. The following figure shows the Directories panel.

Figure 1. Tool settings - ARM Ltd Windows GCC C Compiler > Directories
Tool settings - ARM Ltd Windows GCC C Compiler > Directories

The table below lists and describes the various options available on the Directories panel.

Table 1. ARM Ltd Windows GCC C Compiler > Directories
Option Description
Include paths ( -I) This option changes the build target's search order of access paths to start with the system paths list. The compiler can search #include files in several different ways. You can also set the search order as follows: For include statements of the form #include"xyz", the compiler first searches user paths, then the system paths For include statements of the form #include<xyz>, the compiler searches only system paths This option is global.