Hi, I am trying to use NFC initiated bluetooth pairing.
I am getting the following error while compiling the example code without any modification!
...nRF5SDK153059ac345\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\experimental\ble_app_hids_keyboard_pairing_nfc\pca10040\s132\arm5_no_packs
it is a windows 10 platform running Keil v5.
my target board is nRF52832-DK.
Here is the error message-
linking...
.\_build\nrf52832_xxaa.axf: error: L6002U: Could not open file ..\..\..\..\..\..\..\external\nrf_oberon\lib\cortex-m4\hard-float\short-wchar\oberon_2.0.7.lib: No such file or directory
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.
Please help.