hello: I open nrf51-ble-tutorial-service-master\SDK 11.0.0\nrf5-ble-tutorial-service\pca10040\s132\arm5_no_packs\ nrf52-ble-tutorial-service.uvprojx, and compile ,the result is :
compiling main.c... ......\main.c(31): error: #5: cannot open source input file "nordic_common.h": No such file or directory #include "nordic_common.h" ......\main.c: 0 warnings, 1 error compiling our_service.c... ......\our_service.h(40): error: #5: cannot open source input file "ble.h": No such file or directory #include "ble.h" ......\our_service.c: 0 warnings, 1 error compiling bsp.c... bsp.c: Error: #5: cannot open source input file "..........\bsp\bsp.c": No such file or directory ..........\bsp\bsp.c: 0 warnings, 1 error "._build\nrf52832_xxaa_s132.axf" - 3 Error(s), 0 Warning(s).
why and how to resolve it ?