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

How to compile nrf51-ble-app-lbs with NRF51 DK ?

I am using NRF51 DK and I would like to try using the custom service so I download the nrf51-ble-app-lbs from github.
github.com/.../nrf51-ble-app-lbs

It stated that , in order to compile it, clone the repository in the nrf51822/Board/pca10001/s110/ folder. However, I cannot find this folder or path . Can you tell me where it is? or Where can I download them? If I put these files in somewhere and it compiles with error:

Build target 'nrf51822_xxaa_s110 (256K)' compiling system_nrf51.c... "no source": Error: #5: cannot open source input file "........\components\toolchain\system_nrf51.c": No such file or directory ........\components\toolchain\system_nrf51.c: 0 warnings, 1 error assembling arm_startup_nrf51.s... arm_startup_nrf51.s: error: A1023E: File "........\components\toolchain\arm\arm_startup_nrf51.s" could not be opened: No such file or directory "._build\ble_app_lbs.axf" - 1 Error(s), 0 Warning(s). Target not created.

And many files (e.g. ble_error_log.c, app_gpiote.c, softdevice_handler.c , etc.)in the "Project" window are marked with exclamation mark.

Is there any guideline how to use this with NRF51 DK? Thank you.

Parents Reply Children
No Data
Related