Add Custom Tool to Toolchain

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

Add Custom Tool to Toolchain

1,150件の閲覧回数
deniscollis
Contributor V

I want to add some tools to the toolchain.  This is to add some steps that prepare and package the firmware image for OTA programming.  The idea is to get the IDE do it as part of the build.

From the project properties:

ToolchainEditor.jpg

Now, clicking [Select Tools]:

SelectTools.jpg

Any pointers on how to add custom utils to the 'Available tools' list?

Much appreciated,

Denis

ラベル(1)
タグ(2)
0 件の賞賛
2 返答(返信)

1,082件の閲覧回数
converse
Senior Contributor V

Short answer - it involves a lot of work. 

Longer answer. You can't add individual tools, you add 'toolchains' - compiler, assembler, linker etc. This involves writing an Eclipse plugin and writing (a lot) of XML. When adding a toolchain, you can add you own tools to 'extend' the compilation tools.

More information can be found in the Managed Build System Extensibility docs:

CDT/Archive/designs/MBS - Eclipsepedia 

What do your tools do - there may be a better (i.e. easier) way to do this.

0 件の賞賛

1,082件の閲覧回数
deniscollis
Contributor V

Thanks converse‌.

Looks like this requires a deep-dive into Eclipse, for which I have neither the time nor the inclination.  I'll try "Post-build steps", instead.

0 件の賞賛