edgeimpulse / firmware-syntiant-tinyml

Edge Impulse firmware for Syntiant TinyML board
Other
20 stars 8 forks source link

Errors in loading libraries #3

Closed SolomonGithu closed 2 years ago

SolomonGithu commented 2 years ago

I have downloaded the repo, updated libraries and opened the firmware ino file. But I get "no such file or directory errors" The board has been set to MKRZERO.

...arduino_build_906864\sketch\src\QCBOR\src\UsefulBuf.c:56:10: fatal error: UsefulBuf.h: No such file or directory ResolveLibrary(UsefulBuf.h)

include "UsefulBuf.h"

-> candidates: []

      ^~~~~~~~~~~~~

compilation terminated