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

nrf-ble-bcast mesh compilation issues

Hi,

I want to run BLE mesh network example on my Dev board to understand it better. I am running it on SDK v8.1 and using ble_app_proximity example S130.

Following below link: github.com/.../integrating_w_SD_apps.adoc

I am using following keil project in SDK v8.1 ble_peripheral\ble_app_proximity\pca10028\s130\arm5_no_packs

I also added project files to rbc_mesh to proximity example and set up include paths in keil. But when i compile It can not find file spi_slave.h and bootloader_info.h

Compilation Errors: ......\rbc_mesh\src\dfu_util.c(34): error: #5: cannot open source input file "bootloader_info.h": No such file or directory

......\rbc_mesh\src\serial_handler_spi.c(31): error: #5: cannot open source input file "spi_slave.h": No such file or directory

Also, as It asks to edit timeslot_handler.c, but I can not find any file like that.

Can somebody please help me ????

Parents Reply Children
No Data
Related