You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/04/09 15:08:53 UTC

[GitHub] [mynewt-nimble] kasjer opened a new issue #964: Build for NRF5340 host fails when BLE_HS_FLOW_CTRL is set

kasjer opened a new issue #964:
URL: https://github.com/apache/mynewt-nimble/issues/964


   When target has
   ```yml
       BLE_HS_FLOW_CTRL: 1
   ```
   Target fails to build due to missing reference to
   **ble_hci_trans_set_acl_free_cb**
   ```
   Error: /opt/gcc-arm-none-eabi-10-2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: /mnt/026804076803F865/work/mynewt/bin/targets/nordic_pca10095-bleprph/app/@apache-mynewt-nimble/nimble/host/@apache-mynewt-nimble_nimble_host.a(ble_hs_flow.o): in function `ble_hs_flow_startup':
   /mnt/026804076803F865/work/mynewt/repos/apache-mynewt-nimble/nimble/host/src/ble_hs_flow.c:241: undefined reference to `ble_hci_trans_set_acl_free_cb'
   /opt/gcc-arm-none-eabi-10-2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: /mnt/026804076803F865/work/mynewt/repos/apache-mynewt-nimble/nimble/host/src/ble_hs_flow.c:269: undefined reference to `ble_hci_trans_set_acl_free_cb'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-nimble] sjanc commented on issue #964: Build for NRF5340 host fails when BLE_HS_FLOW_CTRL is set

Posted by GitBox <gi...@apache.org>.
sjanc commented on issue #964:
URL: https://github.com/apache/mynewt-nimble/issues/964#issuecomment-827586792


   https://github.com/apache/mynewt-nimble/pull/976


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-nimble] sjanc closed issue #964: Build for NRF5340 host fails when BLE_HS_FLOW_CTRL is set

Posted by GitBox <gi...@apache.org>.
sjanc closed issue #964:
URL: https://github.com/apache/mynewt-nimble/issues/964


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org