Copy export options for KDS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Copy export options for KDS

1,527件の閲覧回数
pietrodicastri
Senior Contributor II

Good morning

I have projects populated with settings, as include paths, and definitions. If I want to create a new configuration of the same project it is necessary to rewrite all of them by hand. Or probably there is a way to export the settings, maybe writing by hand a file, whatever is faster then rewriting one by one in the settings windows.

Thank You

ラベル(1)
0 件の賞賛
返信
4 返答(返信)

1,337件の閲覧回数
pietrodicastri
Senior Contributor II

Ok

I see the option to check multiple configurations...

Thank You

0 件の賞賛
返信

1,337件の閲覧回数
BlackNight
NXP Employee
NXP Employee

You can easily add a new configuration to your existing project, see https://mcuoneclipse.com/2016/05/19/build-configurations-in-eclipse/ 

If you want to make a new project with your settings, the easiest way is to copy the project:

There is just one thing you need to consider: the launch configurations.

For CodeWarrior, see https://mcuoneclipse.com/2012/10/21/copy-my-codewarrior-project/  and https://mcuoneclipse.com/2012/03/17/copy-my-project/ 

You can export and import projects in the following way: https://mcuoneclipse.com/2012/05/07/exporting-and-importing-projects-in-eclipse/ 

If using KDS: it is even simpler: copy the project in the Eclipse Project Explorer, then paste it and give it a new name.

I hope this helps,

Erich

0 件の賞賛
返信

1,337件の閲覧回数
pietrodicastri
Senior Contributor II

Hello Erich

It helps. If at a time I change the settings in the active project and I want to export the changes to the other non active, what do You suggest???

Thank You

0 件の賞賛
返信

1,337件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Petro,

in that case, simply apply that setting to the other project as well.

Erich