Configure FreeRTOS Demo Project Include Search Path
From EdWiki
Configure GCC Include Search Path
► First, right-click on the project name and go to Properties (Alt+Enter is the shortcut). In CCS, Select Build > GNU Compiler, let's have a look at the Directories:
By default the only folder searched for #include's is the toolchain's own include directory. Let's add the Project Path, Tivaware and FreeRTOS include folders.
► Click the document icon with green plus sign, then click the "Workspace" button on the new popup):
► Click again the document icon with green plus sign, then click the "Workspace" button on the new popup):
In the pop-up window, click on the "Variables..." button and select TIVAWARE_LOC.
► Click again the document icon with green plus sign, then click the "Workspace" button on the new popup):
With our workspace's FreeRTOS/include folder selected, hit OK to commit it to the listing.
Now let's add the portable/GCC/ARM_CM4F folder (portmacro.h needs to be in the search path too):