compiling abc.c... abc.c(26): error: #5: cannot open source input file "boards.h": No such file or directory #include "boards.h"
abc.c: 0 warnings, 1 error
which file is missing and what can i do?
compiling abc.c... abc.c(26): error: #5: cannot open source input file "boards.h": No such file or directory #include "boards.h"
abc.c: 0 warnings, 1 error
which file is missing and what can i do?
You probably miss examples/bsp/ in your include path (used to be in components in pre-SDK12)
You probably miss examples/bsp/ in your include path (used to be in components in pre-SDK12)