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.

Using CCE managed make to compile different apllication in a global project

Hi,

We have a platform that can run multiple applications.

Each application has its own C file (App1.c, App2.c, etc...)

All those applications are run over the same base code (Main.c)

 

How can I tell CCE to build and link only one of these AppX.c without moving files in and out of the project.

 

Thanks,

  • For a specific project, you can exclude certain source files from build without actually removing the files from the project folder. To do so, just right-click on the file in the C/C++ Projects view and select "Exclude File from Build".

    You can also set up multiple configurations for a project, such as Debug, Release etc., or create your own, and for each configuration, different source files may be included/excluded from build. More information on Project Configurations can be found in the CCE Online Help.

  • Aarti said:
    You can also set up multiple configurations for a project, such as Debug, Release etc., or create your own, and for each configuration, different source files may be included/excluded from build. More information on Project Configurations can be found in the CCE Online Help.

    using the configurations feature is actually really helpful when you have files that you want to exclude and re-include.

  • This is great!

    Thanks

  • Hi,

    I have a question regarding the utlization of project configurations. I find this feature very usefull, but I have a little problem:

    - when I "copy / paste" a whole project, I get a new project called "copy of ...", which is OK. The new project contains the same "configurations" as the source project, which is OK. Nevertheless, the list of files to be excluded from build has been lost (i.e. all files are part of every configuration), which is really a problem for me ...

    Did I do something wrong ? Is there another way of duplicating a project ?

    Thanks

    Thierry

**Attention** This is a public forum