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 include options for every new project

Genius 4170 points


Hello, simple question I am wondering about the include options, in my new USB projects I need to include some folders ( I do not exactly know why, but it works like this)

Do I have to manually put my additional folders in here, or is there some global value I can change in order that CCS is always including my folders?

It is not impossible to do it by hand but it really is not good :) because I do quite a lot of projects and it simply costs time, and I do not like it.

Thanks.

  • Hi seb,

    seb said:
    Do I have to manually put my additional folders in here, or is there some global value I can change in order that CCS is always including my folders?

    For global value what you can do is, accumulate all the required folders in one master folder and then include the master folder directory. Hope this helps.

    Regards,

    Gautam

  • seb said:

    Do I have to manually put my additional folders in here, or is there some global value I can change in order that CCS is always including my folders?

    You can put all your include paths into an options file (which is basically just a text file with a set of compiler options) and pass that to the compiler under the "Command Files" option in CCS. This will be easier than entering each one through the CCS GUI. Please see this thread.