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
Whenever I try to build a sample using latest zephyr, I get a bunch of the following errors:
/home/dhruva/zephyrproject/zephyr/include/zephyr/zephyr.h:13:2: warning: #warning "<zephyr/zephyr.h> is deprecated, include <zephyr/kernel.h> instead" [-Wcpp]
13 | #warning "<zephyr/zephyr.h> is deprecated, include <zephyr/kernel.h> instead"
| ^~~~~~~
[51/164] Building CXX object zephyr/CMakeFiles/zephyr.dir/home/dhruva/zephyrproject/modules/lib/Arduino-Zephyr-API/cores/arduino/zephyrCommon.cpp.obj
In file included from /home/dhruva/zephyrproject/modules/lib/Arduino-Zephyr-API/cores/arduino/./Arduino.h:10,
from /home/dhruva/zephyrproject/modules/lib/Arduino-Zephyr-API/cores/arduino/zephyrCommon.cpp:7:
/home/dhruva/zephyrproject/zephyr/include/zephyr/zephyr.h:13:2: warning: #warning "<zephyr/zephyr.h> is deprecated, include <zephyr/kernel.h> instead" [-Wcpp]
13 | #warning "<zephyr/zephyr.h> is deprecated, include <zephyr/kernel.h> instead"
The text was updated successfully, but these errors were encountered:
- zephyr.h is already deprecated, hence using kernel.h instead of it.
- fix#47
- affects cores/ and variants/ dirs
Signed-off-by: Dhruva Gole <[email protected]>
- zephyr.h is already deprecated, hence using kernel.h instead of it.
- fix#47
- affects cores/ and variants/ dirs
Signed-off-by: Dhruva Gole <[email protected]>
Whenever I try to build a sample using latest zephyr, I get a bunch of the following errors:
The text was updated successfully, but these errors were encountered: