-
Notifications
You must be signed in to change notification settings - Fork 7.4k
example-application does not build after 4.1.0 #89951
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hi @bastienjauny! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Moving this:
back to
EDIT: formatting |
Our automated build started to fail without changing any of our code. Must be related to west update which we do on our automated builds every-time: 10/188] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj |
Is it because of this west.yml update? I had to update my manifest to include cmsis_6, run a |
Yup, fixed. It broke because of #89370 |
Describe the bug
Following the example application README instructions, the build fails if we use a version of Zephyr post 4.1.0. More precisely, this commit is causing a Kconfig warning, which in turns abort the build.
To Reproduce
Expected behavior
The example app builds succesfully.
Impact
Minor annoyance but the example application is the entrypoint for most of the newcomers.
Logs and console output
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: