I tried porting app from pc10028 to pca20006 by copying the main file from pc10028 ble_app_uart to main file of ble_app_beacon of pca20006.I resolved all the #include related issues but now there are some linking errors like :
._build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol app_uart_get (referred from main.o).
How I can solve these issues? Is there is any work around?