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

SDK12 DFU examples compilation error

When I try to compile DFU examples, I get the following errors :

  1. "..\..\dfu_public_key.c(20): error: #35: #error directive: "Debug public key not valid for production. Please see github.com/.../README.md to generate it"
  2. "#error "Debug public key not valid for production. Please see github.com/.../README.md to generate it"
  3. ..\..\..\..\..\components\libraries\ecc\ecc.c(25): error: #5: cannot open source input file "uECC.h": No such file or directory

Do you have the same behaviour?

Related