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
  • Do you see where the running errors are coming from? And can you please share the build log from the sparkfun board and the nRF9160DK?

    And also, perhaps some logs showing where the errors are coming from.

    -14 refers to:

    #define EFAULT 14       /**< Bad address */

    65536 = 0x1 0000 0000, so I am not sure that is an actual error return. What function returns it?

    BR,
    Edvin

Children
No Data
Related