edgeimpulse / example-standalone-inferencing-zephyr

17 stars 7 forks source link

#include errors detected with nRF connect SDK 2.5.2. #27

Closed mentarus closed 7 months ago

mentarus commented 7 months ago

I have not been able to get the base example to compile with nRF connect SDK 2.5.2. Release notes for nRF connect SDK are (here) At

#include <zephyr.h>

with errors:

#include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit (./example-standalone-inferencing-zephyr/src/main.cpp).C/C++(1696)
cannot open source file "syscall_list.h" (dependency of "zephyr.h")C/C++(1696)
mentarus commented 7 months ago

Found a solution, deleted the build folder and rebuilt the whole project. Closing issue.