-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
mk64f12: test failing with undefined reference to 'z_impl_sys_rand_get' #82344
Labels
area: Bluetooth Host
bug
The issue is a bug, or the PR is fixing a bug
platform: NXP
NXP
priority: medium
Medium impact/importance bug
Comments
manuargue
added
bug
The issue is a bug, or the PR is fixing a bug
platform: NXP
NXP
labels
Nov 29, 2024
manuargue
added a commit
to nxp-upstream/zephyr
that referenced
this issue
Nov 29, 2024
This board lacks of RNG driver, hence use the test RNG for testing. Fixes zephyrproject-rtos#82344 Signed-off-by: Manuel Argüelles <[email protected]>
manuargue
added a commit
to nxp-upstream/zephyr
that referenced
this issue
Nov 29, 2024
Some boards like hexiwear/mk64f12 lack of RNG drivers, therefore enable the testing RNG. Fixes zephyrproject-rtos#82344 Signed-off-by: Manuel Argüelles <[email protected]>
manuargue
added a commit
to nxp-upstream/zephyr
that referenced
this issue
Nov 29, 2024
Enable entropy generator as needed by these samples. Fixes zephyrproject-rtos#82344 Signed-off-by: Manuel Argüelles <[email protected]>
manuargue
added a commit
to nxp-upstream/zephyr
that referenced
this issue
Nov 29, 2024
Enable entropy generator as needed by these tests. Fixes zephyrproject-rtos#82344 Signed-off-by: Manuel Argüelles <[email protected]>
also impact NXP platforms with bluetooth shield #82390 |
also seen on stm32 nucleo_g070rb target when building samples/bluetooth/peripheral_hr/ --shield frdm_kw41z |
manuargue
added
priority: medium
Medium impact/importance bug
and removed
priority: low
Low impact/importance bug
labels
Dec 3, 2024
@jhedberg bumping prio from low to medium as this issue is affecting multiple boards |
Failing CI here as well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Bluetooth Host
bug
The issue is a bug, or the PR is fixing a bug
platform: NXP
NXP
priority: medium
Medium impact/importance bug
Describe the bug
Tests failing with undefined reference to
z_impl_sys_rand_get
for boardshexiwear/mk64f12
andfrdm_k64f/mk64f12
. It looks likethese boards lack of RNG driver andthe test scenarios are not enabling any test RNG.To Reproduce
Expected behavior
All tests above can build
Impact
Blocking CI of #82195 with unrelated failure
Logs and console output
https://github.com/zephyrproject-rtos/zephyr/pull/82195/checks?check_run_id=33638058374
Example
Environment (please complete the following information):
Additional context
Seems like a solution would be to enable
CONFIG_TEST_RANDOM_GENERATOR=y
either for the boards or in the test scenarios.The text was updated successfully, but these errors were encountered: