rabarar opened a new issue, #1976:
URL: https://github.com/apache/mynewt-nimble/issues/1976

   I’m new to newt/nimble (experienced embedded dev) and am trying to build the 
BLE example app from the Docs following STEP-BY-STEP instructions and getting 
the following when I attempt to build the BASIC BLE app:
   
   editing the `apps/ble_app/syscfg.yml` file as specified in the docs produces 
this error when building
   ```
   Building target targets/ble_tgt
   Error: Override of defunct settings detected:
       BLE_HCI_TRANSPORT: see doc/transport.md
   
   Setting history (newest -> oldest):
       BLE_HCI_TRANSPORT: [apps/ble_app:builtin, 
@apache-mynewt-nimble/nimble/transport:
   ```
   
   moreover, if I take out the the  `BLE_HCI_TRANSPORT: builtin` in 
`apps/ble_app/syscfg.yml` and try to build, I get compile errors :
   
   ```
   Error: 
repos/apache-mynewt-nimble/nimble/controller/src/ble_ll_hci_supp_cmd.c:299:5: 
error: initializer element is not constant
        octet_0,
        ^
   
repos/apache-mynewt-nimble/nimble/controller/src/ble_ll_hci_supp_cmd.c:299:5: 
note: (near initialization for 'g_ble_ll_hci_supp_cmds[0]')
   
repos/apache-mynewt-nimble/nimble/controller/src/ble_ll_hci_supp_cmd.c:301:5: 
error: initializer element is not constant
        octet_2,
        ^
   ...
   ```


-- 
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: notifications-unsubscr...@mynewt.apache.org.apache.org

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

Reply via email to