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.

Exclude configuration file from build

I want to build 8 different version that use libraries that use structures. 

 

So I want to put the structures for each core in a different area of the memory. 

 

To do so I want to have 8 different cfg files,  and 8 different configurations and for each one to exclude 7 cfg files and include one of them

 

I do not know how to do it

Of course, with C files it is easy,  but not with cfg files

 

 

  • Hi,

    Is it an eight core device? If so, can you create 8 different projects, one for each core? Or this is not an option?

    Regards

  • I guess I can build 8 projects,  but I really want to have a single project with 8 configurations

     

    If it cannot be done now, do you think it worth putting it on the list for future improvements?

     

    I see many cases where the user would like to have the same code different memory for each core, and use pre-built libraries that allocate memory, so it must have a way to allocate the memory in different areas for each core where the code that allocates the memory is not under the user control.  We do not want each user to change the libraries (

    Ran