CMake Error and Warning

I create a new program, copy from samples, and select GNSS, but I receive one error and one warning:


My setup:


*- Updated Windows 11 Pro
*- SDK 2.6.1
*- Board is Sparkfun nRF9160 Thing Plus

CMake Error at C:/ncs/v2.6.1/nrf/lib/modem_antenna/CMakeLists.txt:8 (zephyr_library_sources):

Kconfig Language Server cannot start for build 'build'. Try rebuilding or do the pristine build to fix this issue.

Any hints would be much appreciated!

Parents Reply
  • Hi!

    I repeated the following steps in order to write them down for you.

    1: Create a new app.
    2. Copy the sample "Create New Application from Sample (2/3)."
    3. Select "GNSS sample" under nrf/samples/cellular/GNSS.
    4. Add build configuration and select "sparkfun_thing_plus_nrf9160_ns."
    5.- Built app, deleted build folder, configured, and rebuilt, same result.
    6. The "Add Build Configuration" button is still visible; therefore, there is no "Build" button.

    Best regards!

    6445.gnss.zip

Children
Related