-
Notifications
You must be signed in to change notification settings - Fork 19
#include errors #347
Description
Zephyr Commit hash
b05b8ad63acf30e08a570ce553831a06db27a2e0
Golioth SDK Commit Hash
Hardware Target
nRF91
What host OS are you using?
PRETTY_NAME="Ubuntu 22.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
Current Behavior
fatal error when building with golioth on existing west project caused by:
ncs/modules/lib/golioth/include/net/golioth/lightdb.h:11:10: fatal error: zephyr/net/coap.h: No such file or directory 11 | #include <zephyr/net/coap.h> | ^~~~~~~~~~~~~~~~~~~ compilation terminated.
Same for: lightdb.h, rpc.h, settings.h, stream.h, golioth.h.
For: rpc.h, golioth.h (<zephyr/kernel.h> to <kernel.h>).
For: golioth.h (<zephyr/net/tls_credentials.h> to <net/tls_credential.h>)
Expected Behavior
no fatal error.
Steps To Reproduce
- Add golioth to existig west project like in the guide. (p.s. in west.yml in addition to paste the code under "project:" you have to add golioth some line above as it says the yaml itself.
- Implement dfu sample but probably any samples.
- Make build.
- fatal error appears.
Logs, console output, or any kind of debug information
No response