Hi,
I was try to import modul nrfxlib in extising cmake project. My IDE is Eclipse CDT. Version of Zephyr is 2.4.0. Reason to do that, was testing SoftDevice BLE functionality.
I was import library as ZEPHYR_MODULE and select SoftDevice with CONFIG_BT_LL_SOFTDEVICE_DEFAULT=y. While compile everything is Ok. But linker does not found "bt_rand", and "bt_encrypt_le" functions.
What must be also enabled this this functions will be compiled?
If I disable CONFIG_BT_LL_SOFTDEVICE_DEFAULT everything is Ok.
Thanks in advance.