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

SDK12 DFU compilation error

I found we have to build micro-ecc.lib on our own, so I follow the below link to start to build it: Installing micro-ecc

Then, we meet the below to errors:

Makefile:69: Cannot find include folder: ../../config

For workarround we made an empty folder named 'config', and the build passed. Should we put any thing in the config folder?

Related