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

sanitycheck fails for tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync #30120

Closed
galak opened this issue Nov 18, 2020 · 1 comment · Fixed by #30127
Closed

sanitycheck fails for tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync #30120

galak opened this issue Nov 18, 2020 · 1 comment · Fixed by #30127
Assignees
Labels
area: Bluetooth bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug

Comments

@galak
Copy link
Collaborator

galak commented Nov 18, 2020

./scripts/sanitycheck -s tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync -p nrf51dk_nrf51422

FAILs with:

/opt/zephyr-sdk-0.12.0-beta-1/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.2.0/../../../../arm-zephyr-eabi/bin/ld: subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj): in function `le_past_received':
/home/galak/git/zephyr/subsys/bluetooth/host/hci_core.c:4794: undefined reference to `bt_conn_lookup_handle'
Memory region         Used Size  Region Size  %age Used
           FLASH:       71164 B       256 KB     27.15%
            SRAM:       15485 B        32 KB     47.26%
        IDT_LIST:         136 B         2 KB      6.64%
collect2: error: ld returned 1 exit status
gmake[2]: *** [zephyr/CMakeFiles/zephyr_prebuilt.dir/build.make:126: zephyr/zephyr_prebuilt.elf] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:2841: zephyr/CMakeFiles/zephyr_prebuilt.dir/all] Error 2
gmake: *** [Makefile:103: all] Error 2
@galak galak added bug The issue is a bug, or the PR is fixing a bug area: Bluetooth labels Nov 18, 2020
@galak galak added the priority: high High impact/importance bug label Nov 18, 2020
@carlescufi
Copy link
Member

@Thalley looks like we need to enable to BT_CONN or add a new conditional compilation for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants