You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.
I tried to build the Zephyr app with Zephyr v1.8.0-rc1 and got the following build error:
$ cd port/zephyr
$ make BOARD=arduino_101 CONF_FILE=prj_bt.conf
....
/home/kien/workspace/zephyr/iotivity-constrained/port/zephyr/src/ipadapter.c:25:22: fatal error: net/nbuf.h: No such file or directory
#include <net/nbuf.h>
^
compilation terminated.
/home/kien/workspace/zephyr/zephyrLF/scripts/Makefile.build:183: recipe for target 'src/ipadapter.o' failed
make[3]: *** [src/ipadapter.o] Error 1
/home/kien/workspace/zephyr/zephyrLF/Makefile:993: recipe for target 'zephyr-app-dir' failed
make[2]: *** [zephyr-app-dir] Error 2
make[2]: Leaving directory '/home/kien/workspace/zephyr/iotivity-constrained/port/zephyr/outdir/arduino_101'
Makefile:176: recipe for target 'sub-make' failed
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory '/home/kien/workspace/zephyr/zephyrLF'
/home/kien/workspace/zephyr/zephyrLF/Makefile.inc:82: recipe for target 'all' failed
make: *** [all] Error 2
...
I'm using Zephyr v1.8.0-rc1 (98e14bc) and Zephyr SDK v0.9.1. It was alright to build with Zephyr v1.7.0
The text was updated successfully, but these errors were encountered: