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

Lost ncs/nrf/lib/gps_sim folder after latest update in the nRF9160 master branch

I wanted to get Simple MQTT example and followed Case ID: 222137

Hi! I just saw the MQTT example that has been merged in the master branch and tried to run it on my DK (NB-IoT). Without changing anything in the code or configuration the execution leads to the following…
By in Nordic DevZone > Nordic Q&A
18 replies
 

I followed Martin Lesund's suggestion to get the latest updates in the master branch to nrf.  I am using Windows 10 and MINGW64:c/nRF91/ncs

master upgrade log.txt

I encountered two problems. My first problem is :

Since I made some changes in Kconfig and gps_sim.c files, I got the following messages when I updated to master branch;  please see lines 1887 to 1890 in the attached file.

error: Your local changes to the following files would be overwritten by checkout:                              
        lib/gps_sim/Kconfig                                                                                     
        lib/gps_sim/gps_sim.c                                                                                   
Please commit your changes or stash them before you switch branches.                                            
Aborting                                                                                                        

After I completed the master branch updates, I lost the ncs/nrf/lib/gps_sim folder completely

Without the gps_sim folder, can I still run asset_tracker and lte_ble_gateway samples?  

Did I mess up somethings?  Please advise. 

Parents Reply Children
Related