Hi,
I'm trying to ,create a development environment for Alexa gadget in nRF52832.
here is the thing which I'm using:
1. nRF connect for desktop version v3.9.1
2. Toolchain manager version: v0.10.1
3. nRF Connect SDK v1.7.1
4. Segger Embedded studio IDE version 5.60a
5. nanopb-0.4.4-windows-x86 & nanopb-0.4.5-windows-x86 (I tried with both version)
I'm following the steps which are mentioned in the official video release by Nordic on YouTube here is the link:
https://www.youtube.com/watch?v=bqsa88AOba0&t=2434s
I'm using the default steps which are mentioned in the above video.
so my problem is, whenever I'm trying to compile the project, after compiling few files I'm getting error message that: protoc-gen-nanopb is not recognized as internal or external command.
I tried to set environment path for protoc but no success.
here is the attachment.