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.

Changing Compiler options using eclipsec

Hi,

Is it possible to change the compiler options of an already existing CCS Project using the '-ccs.setCompilerOptions ' feature of eclispec command, without having to recreate the project ?

I am aware of recreating the project using the '-ccs.overwrite' option to achieve this. But I just need to change one of the compiler flags and it does not make sense to recreate the whole project again in my case.

Thanks in advance

  • Srijith Vijay said:
    Is it possible to change the compiler options of an already existing CCS Project using the '-ccs.setCompilerOptions ' feature of eclispec command, without having to recreate the project ?

    Sorry this is currently not supported.

    An alternative could be to create multiple build configurations when creating the project itself and setting different compiler options to the different configurations. But of course this would not help if you wish to modify a compiler option at a later time after the project has already been created.