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

Including library to BLE template

Hello,

I'm using Seeger Embedded Studio and S132.

I'm trying to include ble_nus.h to ble_app template and compiling. But it gives this error:

2> In file included from C:\Users\Muhammed\Desktop\Projects\NRF52832\nRF5_SDK_Current\examples\ble_peripheral\ble_app_template\main.c:84:
2> ../../../../../../components/ble/ble_services/ble_nus/ble_nus.h:72:10: fatal error: ble_link_ctx_manager.h: No such file or directory

ble_link_ctx_manager.h is included in ble_nus.h.

Normally, ble_link_ctx_manager's path is  ../../../../../../components\ble\ble_link_ctx_manager. Why it's looking at the same location with ble nus? What should I do?

Note: If I copy the ble_link_ctx_manager files to ble_nus folder it gives same error for another header file.

Related