-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
synchronization example fails to build for SMP platforms #18124
Comments
@abrodkin is this issue been taken care off? |
there are 2 issues here, one is the SMP support, the other is building on X86_64. So I think #18125 deals with the SMP issue. @andrewboie does non-SMP on x86_64 make sense? |
@galak what's the problem with building on X86_64? Maybe I missed some discussion last weeks so pls kindly point me to any relevant information and I'll take a look. |
The warning |
Hm... but how can I reproduce it?
|
Ooops, forgot to enable So it looks like we'd need this then (since
Does that look OK? |
Initially reported by Shippable here https://app.shippable.com/github/zephyrproject-rtos/zephyr/runs/47829/3/console while reviewing #17992.
Yet could be reproduced for any other SMP platform, for example
qemu_x86_64
:Enable OpenOCD support (
CONFIG_OPENOCD_SUPPORT=y
).The text was updated successfully, but these errors were encountered: