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

Problem with installing SUPL client library

I successfully built, run and tested the sample: gps on my nRF9160 DK , without using the SUPL client library. 

I then tried to build and run this sample: gps with the SUPL client library but I was unsuccessful.

I followed these steps:

1. I downloaded the nRF9160 SiP SUPL client library zip file from Nordic Semiconductor website and I extracted it to the nrf\lib\bin folder on my PC.

Note: I could not find the directory: nrf\ext\lib\bin , so I extracted the nRF9160 SiP SUPL client library zip file to the folder nrf\lib\bin  instead.

2. The final folder structure was as follows: nrf\lib\bin\supl (I attach screenshots of the files in the nrf\lib\bin directory and in the nrf\lib\bin\supl directory)Screenshot of bin directory 23-09-2021.docx

Screenshot of Supl directory 23-09-2021.docx

3. I then enabled the SUPL client library by setting: CONFIG_SUPL_CLIENT_LIB=y

4. I also enabled the following two options: CONFIG_LTE_LINK_CONTROL=y  and CONFIG_LTE_NETWORK_MODE_LTE_M_GPRS=y

5. I then tried to build the sample: gps on SES, but the following message popped up: 

"Segger Embedded Studio for ARM v5.60   Cannot create project.  create_nordic_project.py failed (1)"

How can this problem be resolved?

Jacek

I am using:

1. nRF9160 DK v1.0.1

2. Windows 10 Pro OS, version:20H2, OS build: 19042.631

3. nRF Connect v3.7.0

nRF Connect SDK v1.7.0

Parents Reply Children
No Data
Related