Now import the prox_reporter project. To do this, click on the Import Projects link in the Project Explorer window, select the Existing Projects into Workspace option, and then press Next.
Next, use the Browse button to navigate to the sdk_root_directory>/projects/target_apps/ble_examples/prox_reporter/Eclipse . Finally, press the Finish button to import the project into the Eclipse IDE.
In some versions of SDK6 there is an error with prox_reporter project configuration. The debugger is expecting a file named prox_reporter.elf, however the output of the build is a file containing the target within the name i.e. prox_reporter_531.elf. To resolve this issue we must change the build output to match the debugger configuration. To do this, right click on the prox_reporter folder in the Project Explorer window and select Properties.
Next, expand the C/C++ Build tab and select the Settings option. Select the Build Aritfact tab and remove the target extension from Artifact name, in this case we are removing the _531 extension. Press the Apply and Close button to apply the changes, rebuild the example and then restart the debugger as described in step 1.