I'm running in 'develop' which may not be the right branch, but switching a bare bones BLE project to 'native' as a BSP generates this error:

$ newt build bleuart
Building target targets/bleuart
Compiling ble_ll_adv.c
Error: ble_ll_adv.c:24:22: fatal error: ble/xcvr.h: No such file or directory
compilation terminated.

Copying the header from here (https://github.com/apache/incubator-mynewt-core/tree/develop/net/nimble/drivers/nrf51/include/ble) solves this but the file should probably exist in net/nimble/drivers/native as well, right?

If 'develop' corresponds to 0.9.0-rc1 I can submit a pull request if develop is the right branch for this?

K.

Reply via email to