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 Children
  • I uninstalled everything from Nordic and installed again following Nordic's tutorial; there was no difference from the previous installation. I also created a build for nRF9160DK that has the same warnings.

    I received running errors 65536 and -14. Where do I find out what these mistakes mean? "nrf_errno.h" contains only a few.

    really need help; I've been trying for months. Is there an alternative?

    kind regards

    6765.gnss.zip.

  • 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

Related