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

Error Building Alexa Gadget Example in nRF Connect SDK

I am attempting to build the new alexa_gadget example that is included in the nRF Connect SDK.

Environment information:

  • Windows 64-bit
  • nRF Connect v3.6.0
  • nRF Connect SDK v1.4.0
  • SEGGER Embedded Studio for ARM v5.10d

I received an error about "nanopb" when attempting to create the alexa_gadeget example targeting the nRF Thingy 52. I found details in the logs that instructed to download nanopb and add it to the System PATH. After doing so, the project was created successfully.

Now when trying to build the solution, I am receiving the following error:

src/gadgets/CMakeFiles/protobuf_generation_BASE does not exist.
src\gadgets\CMakeFiles\protobuf_generation_BASE-aa7d0b8.bat 94e7958ce0a12f32
Error starting process src\gadgets\CMakeFiles\protobuf_generation_BASE-aa7d0b8.bat

Can anyone suggest a next step to try to resolve this issue?

Related