ARM Ltd. Windows GCC Compiler > Directories

Use the Directories panel to specify the directories paths.

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

Table 1. ARM Ltd. Windows GCC 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.