Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Hello' example build fails #734

Open
MarcoCiau opened this issue Jan 23, 2025 · 1 comment
Open

'Hello' example build fails #734

MarcoCiau opened this issue Jan 23, 2025 · 1 comment
Assignees

Comments

@MarcoCiau
Copy link

Hi Golioth team,

I'm not sure if here is the right place to place this issue.

I'm trying to use golioth for a nRF Connect Application. I properly added the 'golioth-firmware-sdk' by updating the west file, following these resources:

I've been trying to load the 'hello' example but I got build errors:

Image

I'm not sure if its related to my zephyr version or I'm missing some steps.

Note: I'm using nRF Connect SDK and Toolchain v.2.5.2.

Could you please kindly help me to figure out and fix this issue?

Regards!

@szczys
Copy link
Contributor

szczys commented Feb 5, 2025

Hi @MarcoCiau, apologies for the delay in responding.

From the log output I suspect that you are using a resent release of the Golioth Firmware SDK which has Kconfig symbols that don't exist with your older install of NCS v2.5.2. Do you have the option of using a newer NCS? If so, try our latest release (Golioth Firmware SDK v0.17.0) which is based on NCS v2.8.0.

However, if you need to stick with NCS v2.5.2, you should change the Golioth version in your west manifest to v0.14.0 which is the most recent that still supported that NCS version.

For adding our SDK to a manifest, there's an example in the readme which is pasted here:

# Golioth repository.
- name: golioth
  path: modules/lib/golioth-firmware-sdk
  revision: v0.17.0
  url: https://github.com/golioth/golioth-firmware-sdk.git
  submodules: true

If you need further troubleshooting on this, please start a thread on the Golioth forum where we'll be able to get back to you more promptly. Thanks!

@szczys szczys self-assigned this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants