How to add tools to the NCS toolchain?

Hello,

I want to have "make" included in the NCS toolchain.  As far as I can see, on Windows the tools (in toolchains/xxx/usr/bin) is msys2 based.  My question is where to place a request to add tools?

Reasoning for "make": parameterization of west takes sometimes long command lines (Kconfig / DT parameters).  I want to do this via preconfigured make targets.  Also "make" is a good way to integrate NCS into eclipse.

Thanks for help

Hardy

Parents Reply Children
  • Hi Amanda,

    thanks for the links.  Especially the last one is interesting.

    My idea using "make" is something like

    > make conf-blabla

    and in the Makefile

       .PHONY: conf-blabla

       conf-blabla:

             west build ... lengthy west invocation

    So the Makefile gives the user the choice of some defined configurations, no west parameters to remember.

    If "make" appears in the tools I really would be grateful.

    Regards

    Hardy

     

Related