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 2022/03/21 11:43:06 UTC

[GitHub] [mynewt-nimble] bvdberg opened a new issue #1214: NRF5340 btshell build failing

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


   Before the new transport layer, I had the btshell working fine on a NRF5340 DK.
   Now I'm following:
   https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=177047756
   
   In the syscfg.yml I changed BLE_HCI_TRANSPORT: nrf5340 into BLE_TRANSPORT_LL: nrf5340
   It compiles, but linking  fails:
   
   
   _newt build myapp
   Building target targets/myapp
   Compiling bin/targets/myapp/generated/src/myapp-sysinit-app.c
   Archiving myapp-sysinit-app.a
   Linking /home/bas/work/dev/newt/bin/targets/myapp/app/apps/myapp/myapp.elf
   Error: /usr/lib/gcc/arm-none-eabi/9.2.1/../../../arm-none-eabi/bin/ld: /home/bas/work/dev/newt/bin/targets/myapp/app/@apache-mynewt-nimble/nimble/transport/@apache-mynewt-nimble_nimble_transport.a(transport.o): in function `ble_transport_acl_put':
   /home/bas/work/dev/newt/repos/apache-mynewt-nimble/nimble/transport/src/transport.c:177: undefined reference to `ble_transport_int_flow_ctl_put'
   collect2: error: ld returned 1 exit status_
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

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



[GitHub] [mynewt-nimble] bvdberg commented on issue #1214: NRF5340 btshell build failing

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


   I think this was caused by b44ec408820cb18c9d1ff4b6efac84322016d279 (nimble/transport: Add internal flow control)


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

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



[GitHub] [mynewt-nimble] bvdberg closed issue #1214: NRF5340 btshell build failing

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


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

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



[GitHub] [mynewt-nimble] bvdberg commented on issue #1214: NRF5340 btshell build failing

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


   When I remove the new+old lines it does work! Thx again.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

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



[GitHub] [mynewt-nimble] sjanc commented on issue #1214: NRF5340 btshell build failing

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


   you no longer specify HCI transport so you can just remove this sysval  (wiki might need to be updated to latest changes)


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

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