This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Zephyr HCI communication

Hi, I am using Zephyr BLE stack to check the HCI testing og the nrf52840_pca10056 module. I am useing Windows Subsystem for Linux for Ubuntu toolchain. While using the make command I am getting the error : make: *** No targets specified and no makefile found.  Stop.

Zephyr BLE Controller : infocenter.nordicsemi.com/.../nwp_029.pdf

How to solve this error.

Parents Reply
  • I am not able to use the "west " command even after installing it. So I am using make command.

    The error I am getting : scripts/kconfig/conf --silentoldconfig Kconfig
    ***
    *** Configuration file ".config" not found!
    ***
    *** Please run some configurator (e.g. "make oldconfig" or
    *** "make menuconfig" or "make xconfig").
    ***
    make[2]: *** [scripts/kconfig/Makefile:50: silentoldconfig] Error 1
    make[1]: *** [Makefile:539: silentoldconfig] Error 2
    make: Nothing to be done for 'samples/bluetooth/hci_uart'.

    Is there any document for HCI testing?

Children
Related