This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C123GH6PM: Expand Search Path for #include Files

Part Number: TM4C123GH6PM

Tool/software: Code Composer Studio

Where is the search path for include files specified in CCS? For example, how does CCS find the path for  "#include <stdio.h>"? I need to extend the search path to find files in other folders. I want to that at Workspace level.

  • David,

    Include search paths are set at the project level, not at the workspace level.  If you want to have a set of paths that are shared across projects you could define them in a "commands" file and then include that file in the build options for multiple projects.

    You can specify a commands file in your projects options here:

    Regards,

    John