This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf5 SDK for Mesh v2.2.0 makefiles

Is there a possibility to compile the mesh stack and the examples with makefiles like the examples from the nRF5_SDK_15.0.0? I would like to work with eclipse and the same setup which i am currently using for the nRF5_SDK_15.0.0.

  • Hi Patrick, 

    We recommend to use Segger Embedded Studio (SES) for development instead of Eclipse for our chip. SES also running on top of the GCC toolchain but with easier to use interface and is supported and tested out of the box with our SDK. 

    However, if you still want to generate makefile with our Mesh SDK you can simply call "cmake -G "Unix Makefiles"  .. " instead of calling -G Ninja when you generate the build files. 

Related