Add Custom Tool to Toolchain

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Add Custom Tool to Toolchain

1,151 Views
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

Labels (1)
Tags (2)
0 Kudos
2 Replies

1,083 Views
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 Kudos

1,083 Views
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 Kudos